Skip to content

Instantly share code, notes, and snippets.

@darkdukey
Created September 14, 2016 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkdukey/6b35a5fd71099750e321a7186437a50e to your computer and use it in GitHub Desktop.
Save darkdukey/6b35a5fd71099750e321a7186437a50e to your computer and use it in GitHub Desktop.
S3 Static web hosting policy
{
"Id": "StaticWeb",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1473822775279",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::bucket_name_here/*",
"Principal": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment