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
If the user sets the region manually, we will skip the endpoint template apply logic which led to user got 301 response.
301
Given input region=us-east-2, endpoint=s3.amazonaws.com, we need to use endpoint us-east-2.s3.amazonaws.com instead.
us-east-2
s3.amazonaws.com
us-east-2.s3.amazonaws.com
The text was updated successfully, but these errors were encountered:
Xuanwo
Successfully merging a pull request may close this issue.
If the user sets the region manually, we will skip the endpoint template apply logic which led to user got
301
response.Given input region=
us-east-2
, endpoint=s3.amazonaws.com
, we need to use endpointus-east-2.s3.amazonaws.com
instead.The text was updated successfully, but these errors were encountered: