We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run a command calling the S3 add-on, I get the following error:
Aws\Exception\InvalidRegionException Region must be a valid RFC host label.
This comes from throw new InvalidRegionException('Region must be a valid RFC' in wp2static-addon-s3/vendor/aws/aws-sdk-php/src/ClientResolver.php
throw new InvalidRegionException('Region must be a valid RFC'
wp2static-addon-s3/vendor/aws/aws-sdk-php/src/ClientResolver.php
My region is set to eu-west-2
eu-west-2
Do you know why this error is thrown?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run a command calling the S3 add-on, I get the following error:
This comes from
throw new InvalidRegionException('Region must be a valid RFC'
inwp2static-addon-s3/vendor/aws/aws-sdk-php/src/ClientResolver.php
My region is set to
eu-west-2
Do you know why this error is thrown?
The text was updated successfully, but these errors were encountered: