Skip to content

Instantly share code, notes, and snippets.

@tasugim
Last active March 25, 2020 08:01
Show Gist options
  • Select an option

  • Save tasugim/d4845b54125949b58e47928ac223a4c2 to your computer and use it in GitHub Desktop.

Select an option

Save tasugim/d4845b54125949b58e47928ac223a4c2 to your computer and use it in GitHub Desktop.
{
"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