Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Added deletion of versioned S3 bucket #155

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

sohamk10
Copy link
Contributor

@sohamk10 sohamk10 commented Aug 9, 2024

The versioned S3 bucket cannot be deleted directly. The steps to follow are:

  1. Delete all objects: All the objects are erased from the S3 bucket.
  2. Remove DeleteMarkers: Next, delete all DeleteMarkers.
  3. Delete the bucket: Once the bucket is empty, it can be deleted.

Copy link
Contributor

@mariogluhakovic mariogluhakovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sohamk10 sohamk10 merged commit 1c8e2ad into main Aug 9, 2024
1 check passed
@sohamk10 sohamk10 deleted the cot/s3_bucket_deletion branch August 9, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants