We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the s3hub command deletes an S3 bucket, the deletion of the S3 bucket fails because there are still S3 objects remaining.
$ s3hub rm abcdef-test-dev CHECK: delete abcdef-test-dev with objects? [Y/n] Y 100% |██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| (7/7, 129 it/s) delete 7 objects in pogo-test-dev operation error S3: DeleteBucket, https response error StatusCode: 409, RequestID: MZ5QP0YRHY4C1GJW, HostID: XxZm4SSyKXDdet528dYQoTmETab8Bb+YL/E0MJx2Oy5qf8AQywZ567nnGgZS1VHzfKRt7DH7Qm4=, api error BucketNotEmpty: The bucket you tried to delete is not empty
s3hub delete s3 bucket with s3 objects.
S3Bucket: Type: "AWS::S3::Bucket" DeletionPolicy: Retain UpdateReplacePolicy: Retain Properties: BucketName: "sample-ucket-name" VersioningConfiguration: Status: Enabled LifecycleConfiguration: Rules: - Id: NoncurrentVersionExpiration Status: Enabled NoncurrentVersionExpirationInDays: 45 PublicAccessBlockConfiguration: BlockPublicAcls: true BlockPublicPolicy: true IgnorePublicAcls: true RestrictPublicBuckets: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About the problem
When the s3hub command deletes an S3 bucket, the deletion of the S3 bucket fails because there are still S3 objects remaining.
Expected behavior
s3hub delete s3 bucket with s3 objects.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: