Skip to content

Commit

Permalink
chore(s3): Default value documentation of blockPublicAccess is misl…
Browse files Browse the repository at this point in the history
…eading (#12983)

Fixes #12978 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
iliapolo authored Feb 21, 2021
1 parent 17c05bc commit eb0aabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-s3/lib/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1161,8 +1161,8 @@ export interface BucketProps {
*
* @see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
*
* @default false New buckets and objects don't allow public access, but users can modify bucket
* policies or object permissions to allow public access.
*
* @default - CloudFormation defaults will apply. New buckets and objects don't allow public access, but users can modify bucket policies or object permissions to allow public access
*/
readonly blockPublicAccess?: BlockPublicAccess;

Expand Down

0 comments on commit eb0aabf

Please sign in to comment.