Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Sep 17, 2024
1 parent a2a8485 commit 4f0c05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface BucketPolicyProps {
* `addToResourcePolicy()`, which will automatically create a new resource
* policy if one doesn't exist yet, otherwise it will add to the existing
* policy.
*
*
* The bucket policy method is implemented differently than `addToResourcePolicy()`
* as `BucketPolicy()` creates a new policy without knowing one earlier existed.
* e.g. if during Bucket creation, if `autoDeleteObject:true`, these policies are
Expand Down

0 comments on commit 4f0c05b

Please sign in to comment.