Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS S3 Bucket name already exists

I know this question has been asked before, but replies didn't really help my case. I am trying to create a bucket in S3 and I always receive the 'Bucket name already exists' error. I tried any possible combination but no luck, also the format is compliant to the docs.

Any idea of what I am doing wrong?

Thanks

enter image description here

like image 566
gianni Avatar asked May 29 '19 11:05

gianni


2 Answers

According to the AWS docs:

An Amazon S3 bucket name is globally unique, and the namespace is shared by all AWS accounts. This means that after a bucket is created, the name of that bucket cannot be used by another AWS account in any AWS Region until the bucket is deleted.

Someone else has already created a bucket with this name.

like image 85
Sager Gulabani Avatar answered Oct 16 '22 01:10

Sager Gulabani


So, I finally solved my issue.

As I stated in the description of my question, my problem was not the formatting or the validity of the bucket name, the name was also unique and not used. Weirdly enough, I could not create the bucket when signed in using Chrome, but I succeeded doing it using Edge.

One note for the happy down-voters: maybe you can share some of your wisdom explaining the reason for down-voting, so we can all learn from it.

like image 41
gianni Avatar answered Oct 16 '22 01:10

gianni