-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Error creating buckets s3 mb s3://$BUCKET_NAME #6113
Comments
Hi @rodriguezarata, This is likely the cause: https://aws.amazon.com/premiumsupport/knowledge-center/s3-conflicting-conditional-operation/ |
Hi @damianarata, I'm sorry to say that I don't think I can do anything in this case. Since you get the same error with the console and the CLI, there isn't a specific issue with the AWS CLI. Also, the error is coming from the S3 service, not just the CLI. There have been similar previous reports here that waiting before creating after deleting would do it, even though as you noted you didn't delete the bucket and recreate it. However because of S3's eventual consistency, other operations can result in this error as well. To get help from S3 engineers, you can ask a question in the AWS Developer Forum for S3: https://forums.aws.amazon.com/forum.jspa?forumID=24 If you have any other suspicion that this is something with the AWS CLI, let me know, but for S3-related questions the developer forum is the best resource. |
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
I've tried to create a bucket by CLI and Console. I have the same error:
make_bucket failed: s3://mybucketname An error occurred (OperationAborted) when calling the CreateBucket operation: A conflicting conditional operation is currently in progress against this resource. Please try again.
SDK version number
aws-cli/2.1.1 Python/3.7.3 Linux/5.4.0-70-generic exe/x86_64.ubuntu.18
Platform/OS/Hardware/Device
I'm running on CLI and WebConsole.
To Reproduce (observed behavior)
s3 mb s3://$BUCKET_NAME
Expected behavior
This should create a bucket.
Logs/output
Additional context
I added more strings to the name and works fine. I'm starting to think it could be the name is not available and the message error is wrong. Also, I tried to create the same bucket in us-west-2, and works fine.
The text was updated successfully, but these errors were encountered: