diff --git a/packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts b/packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts index bc76915bee4e5..72aaaedf9191f 100644 --- a/packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts +++ b/packages/aws-cdk-lib/aws-s3/lib/bucket-policy.ts @@ -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