S3 Bucket Creation

0

When I was creating a bucket it is giving me error Unknown Error An unexpected error occurred. API response A conflicting conditional operation is currently in progress against this resource. Please try again.

I have delete the bucket and is creating a same name bucket..

Nainik
asked 5 months ago138 views
2 Answers
2

Hi,

Deleting S3 bucket is not atomic operation, it takes some time to sync the changes over all regions. The reasons for that is that bucket name must be unique globally. Just try after a while again.

profile picture
EXPERT
answered 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months ago
0

Hi,

Adding to Dmytro's answer, if your workload relies on cyclic deletion and creation of the same bucket, consider introducing a "random" part of the bucket name to avoid this behavior.

AWS
Fabio_L
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions