1 Answer
- Newest
- Most votes
- Most comments
2
From the docs is looks like you have to reset the ACL and migrate the permissions to a bucket policy.
For example, if an existing bucket ACL grants public read access, you cannot apply the bucket
owner enforced setting for Object Ownership until you migrate these ACL permissions to a
bucket policy and reset your bucket ACL to the default private ACL.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
Is it possible that someone from the AWS community will update the boto3 script I provided above by taking an example of a dummy S3 bucket by applying different ACL types @kentrad and @alatech?