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
Very useful tool, thanks for this.
I have a bucket that was named with Uppercase when it was still allowed. For example, MyBucket.
MyBucket
When trying to copy to the new account : MyBucket --> my-bucket it throws an error:
my-bucket
ERROR: bucket(mybucket) not found
(Ignoring the casing)
For now, I have copied MyBucket to another bucket with lowercase in the same account and then used the tool to copy between accounts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Very useful tool, thanks for this.
I have a bucket that was named with Uppercase when it was still allowed. For example,
MyBucket
.When trying to copy to the new account :
MyBucket
-->my-bucket
it throws an error:(Ignoring the casing)
For now, I have copied
MyBucket
to another bucket with lowercase in the same account and then used the tool to copy between accounts.The text was updated successfully, but these errors were encountered: