Amazon S3 'A conflicting conditional operation is currently in progress against this resource. Please try again.' error
Here’s how to handle the A conflicting conditional operation is currently in progress against this resource. Please try again. error that occurs in Amazon S3.
When I deleted an S3 bucket and tried to create it with the same bucket name in a different region, I got this error:
A conflicting conditional operation is currently in progress against this resource. Please try again.
It seems that even after deleting an S3 bucket, it takes time for the data to be completely deleted and reflected. After waiting about an hour, I was able to create it with the same bucket name again.
Since there are people who handle this with scripts as shown in the article above, this is probably a well-known S3 issue for those in the know.
That’s all from the Gemba.