Skip to content

Commit e0e2407

Browse files
authored
chore(cdk): boostrap template uses deprecated AccessControl property (#27764)
Use of AccessControl is deprecated — see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-accesscontrol *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0728276 commit e0e2407

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ Resources:
182182
- HasCustomFileAssetsBucketName
183183
- Fn::Sub: "${FileAssetsBucketName}"
184184
- Fn::Sub: cdk-${Qualifier}-assets-${AWS::AccountId}-${AWS::Region}
185-
AccessControl: Private
186185
BucketEncryption:
187186
ServerSideEncryptionConfiguration:
188187
- ServerSideEncryptionByDefault:

0 commit comments

Comments
 (0)