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
Right now, s3cmd implement some AWS S3 conventions that are not required and make other implementations failing.
s3cmd
For example, impossible to use a bucket named eu (it's upper cased to EU), or a bucket named us, LocationConstraint is just ignored.
eu
EU
us
LocationConstraint
The text was updated successfully, but these errors were encountered:
us-west-2
us-west-1
Successfully merging a pull request may close this issue.
Right now,
s3cmd
implement some AWS S3 conventions that are not required and make other implementations failing.For example, impossible to use a bucket named
eu
(it's upper cased toEU
), or a bucket namedus
,LocationConstraint
is just ignored.The text was updated successfully, but these errors were encountered: