Skip to content

Recover a recent deleted Bucket

0

We just deleted a entire bucket without version control, there's any way to recover de objects within?

asked a year ago304 views
2 Answers
2

Hello.

If you have not configured versioning and have not taken a backup using AWS Backup, you will not be able to restore the object.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html
https://repost.aws/knowledge-center/s3-retrieve-deleted-object

EXPERT
answered a year ago
EXPERT
reviewed a year ago
EXPERT
reviewed a year ago
  • For completeness, if versioning is enabled and there are deleted versions in the bucket, the bucket is not possible to delete. S3 buckets have to be empty to be deleted. AWS Backup replicates the data to an AWS-owned S3 bucket, and that's the only thing that would survive the bucket's demise.

0

There is no way to recover the deleted objects from the bucket if the bucket does not have Versioning enabled as AWS does not keep hold of objects you store in the buckets.

AWS
answered 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.