Skip to content

Instantly share code, notes, and snippets.

@alyssaq
Created April 12, 2015 05:18
Show Gist options
  • Save alyssaq/5a8a5139a97c9b20ecd8 to your computer and use it in GitHub Desktop.
Save alyssaq/5a8a5139a97c9b20ecd8 to your computer and use it in GitHub Desktop.
Public s3 bucket for static site
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "Stmt1380877761162",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::newcleus-app/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment