We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb1ea6 commit 4e7d480Copy full SHA for 4e7d480
packages/aws-cdk-lib/aws-s3/lib/bucket.ts
@@ -1636,7 +1636,8 @@ export interface BucketProps {
1636
*
1637
* @see https://docs.aws.amazon.com/AmazonS3/latest/dev/about-object-ownership.html
1638
1639
- * @default - No ObjectOwnership configuration, uploading account will own the object.
+ * @default - No ObjectOwnership configuration. By default, Amazon S3 sets Object Ownership to `Bucket owner enforced`.
1640
+ * This means ACLs are disabled and the bucket owner will own every object.
1641
1642
*/
1643
readonly objectOwnership?: ObjectOwnership;
0 commit comments