Replies: 1 comment
-
What's the actual code you use? Did you set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I change the disk location to s3? I tried adjusting the configuration in the service provider boot as shown here: #152
However, it returns the error below, and my disk configuration is correct, as I’m using it for other uploads:
[2024-09-18 19:17:54] local.ERROR: Missing required client configuration options:
region: (string)
A "region" configuration value is required for the "s3" service
(e.g., "us-west-2"). A list of available public regions and endpoints can be
found at http://docs.aws.amazon.com/general/latest/gr/rande.html. {"exception":"[object] (InvalidArgumentException(code: 0): Missing required client configuration options:
region: (string)
A "region" configuration value is required for the "s3" service
(e.g., "us-west-2"). A list of available public regions and endpoints can be
found at http://docs.aws.amazon.com/general/latest/gr/rande.html. at /var/www/html/vendor/aws/aws-sdk-php/src/ClientResolver.php:1356)
[stacktrace]
Beta Was this translation helpful? Give feedback.
All reactions