You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS CloudFormation extension AwsCommunity-S3-DeleteBucketContents is not working as expected when trying to delete S3 buckets with versioning enabled. After reviewing the extension's code, it appears to have logic for handling versioned buckets, but the functionality isn't working in practice.
Current Behavior
The extension successfully deletes contents of non-versioned buckets
When attempting to delete a versioned bucket, the operation fails with the error:
"The bucket you tried to delete is not empty. You must delete all versions in the bucket."
Investigation Done
I've reviewed the extension's code which appears to include logic for handling bucket versions
The IAM role includes the necessary s3:ListBucketVersions permission
Despite this, the versioned bucket deletion is not working as expected
Expected Behavior
The extension should be able to delete all contents, including all versions of objects, from an S3 bucket before deletion.
The AWS CloudFormation extension
AwsCommunity-S3-DeleteBucketContents
is not working as expected when trying to delete S3 buckets with versioning enabled. After reviewing the extension's code, it appears to have logic for handling versioned buckets, but the functionality isn't working in practice.Current Behavior
Investigation Done
s3:ListBucketVersions
permissionExpected Behavior
The extension should be able to delete all contents, including all versions of objects, from an S3 bucket before deletion.
Configuration Used
IAM Permissions
The extension is configured with the following permissions:
Questions
Environment
The text was updated successfully, but these errors were encountered: