forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(s3): bucket access control (aws#3391)
Implements missing Bucket [AccessControl](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol) property The documentation was for the canned ACLs was retrieved from [the developer guide](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl). Fixes aws#3383
- Loading branch information
Jimmy Gaussen
authored and
Elad Ben-Israel
committed
Jul 23, 2019
1 parent
dd574cc
commit 820575b
Showing
2 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters