I've got an S3 bucket with a bunch of files in it - I don't want to disturb those files if possible. However, I do need to update a policy on the S3 bucket. We're doing everything through Cloudformation, and I'm running into an issue where I cannot seem to update the bucket without deleting it first.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html I've read this page, but I don't think any of those options do what I need.