Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Created June 11, 2013 08:38
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 wokamoto/5755341 to your computer and use it in GitHub Desktop.
Save wokamoto/5755341 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::example.com/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment