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
Same as boto/boto3#125; happens when using cloud = "aws" and region = "us-east" (generic) or region = "us-east-1" (native equivalent).
cloud = "aws"
region = "us-east"
region = "us-east-1"
The text was updated successfully, but these errors were encountered:
Fix aws bucket creation failure on us-east-1
aws
us-east-1
c547a38
Closes #454; see the issue for context.
us-east still bugging me (though for a different reason; #519)
us-east
Sorry, something went wrong.
0x2b3bfa0
Successfully merging a pull request may close this issue.
Same as boto/boto3#125; happens when using
cloud = "aws"
andregion = "us-east"
(generic) orregion = "us-east-1"
(native equivalent).The text was updated successfully, but these errors were encountered: