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
I've used architect/plugin-storage-private plugin to create a private s3 bucket. Doing this breaks the teardown script I have that runs arc destroy --force. This fails because deletionPolicy: delete s3 buckets must be empty.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've used architect/plugin-storage-private plugin to create a private s3 bucket. Doing this breaks the teardown script I have that runs
arc destroy --force
. This fails becausedeletionPolicy: delete
s3 buckets must be empty.Has anyone encountered this issue?
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
From docs:
For Amazon S3 buckets, you must delete all objects in the bucket for deletion to succeed.
Beta Was this translation helpful? Give feedback.
All reactions