Skip to content

Instantly share code, notes, and snippets.

View nodepunk's full-sized avatar
💭
Chat ---› https://substack.com/chat/566072

Lawrence Ip nodepunk

💭
Chat ---› https://substack.com/chat/566072
View GitHub Profile
@nodepunk
nodepunk / bucket.json
Created October 30, 2019 12:29 — forked from AwsGeek/bucket.json
Setting up a Static Website on S3
{
"Version":"2012-10-17",
"Statement":[{
"Sid":"PublicReadForGetBucketObjects",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::www.aws-today.com/*"]
}]
}