S3 Bucket Not Found

0

I have an S3 bucket that is showing as "Not Found" and I cant delete it in console not Cli.

asked a year ago2324 views
1 Answer
1

Have you deleted the bucket recently? Amazon S3 is built on eventual consistency model, it can take some time for changes to propagate across all AWS Regions. This is why you might temporarily see your bucket in the console, or in a response to a ListBuckets API request, even after you delete the bucket. Until the bucket is completely removed by Amazon S3, you might still see the bucket, but you can't perform any other actions on the bucket.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-bucket.html

AWS
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year 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