- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.3k
Description
Describe the bug
When running bootstrap with version 2.106.0 of aws-cdk it appears that s3 cdk bucket is now created by default has set up all public access as enabled and all ACLs are enabled.
As checked with aws-cli manual, it still says that public access should be disabled by default.
When checked previous version 2.105.0, the behavior was that s3 cdk bucket had blocked public access and object ownership was set up to ACLs disabled.
Expected Behavior
S3 cdk bucket should have blocked public access and object ownership set up to ACLs disabled
Current Behavior
S3 cdk bucket has open public access and object ownership set up to ACLs enabled
Reproduction Steps
Run cdk bootstrap command with aws-cdk version 2.106.0 which will result with creating a public access enabled bucket and enabled ACLs
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.106.0
Framework Version
No response
Node.js Version
10
OS
Linux
Language
Java
Language Version
Java 17
Other information
No response