Last active
March 25, 2020 08:01
-
-
Save tasugim/d4845b54125949b58e47928ac223a4c2 to your computer and use it in GitHub Desktop.
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
| { | |
| "Resources" : { | |
| "HelloBucket" : { | |
| "Type" : "AWS::S3::Bucket", | |
| "Properties" : { | |
| "AccessControl" : "PublicRead", | |
| "WebsiteConfiguration" : { | |
| "IndexDocument" : "index.html", | |
| "ErrorDocument" : "error.html" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment