Skip to content

Instantly share code, notes, and snippets.

@Wadihs
Wadihs / gist:1c5c23c44c7a37d783f4497afb8b9f1b
Created September 25, 2017 20:24 — forked from Savjee/gist:b4b3a21d143a30e7dc07
s3-webhosting-bucket-policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",