Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(s3): update default object ownership docstring (#31152)
### Issue # (if applicable) n/a ### Reason for this change In April 2023, S3 changed the defaults for S3 buckets so Object Ownership is set to the Bucket owner enforced setting and all ACLs are disabled (see [blog](https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/)). See current docs as well: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html ### Description of changes Update `objectOwnership` docstring to reflect the updated default setting. No change in CDK behaviour. ### Description of how you validated changes n/a ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information