Created
December 10, 2017 12:38
-
-
Save li0nel/73760dd9833b1218a2412e657e1e31f6 to your computer and use it in GitHub Desktop.
CloudFormation S3 template
This file contains hidden or 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
# CloudFormation will generate one unique bucket name for us | |
# Nothing else to do! | |
Bucket: | |
Type: AWS::S3::Bucket | |
Properties: | |
AccessControl: PublicRead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment