Skip to content

Instantly share code, notes, and snippets.

@slav123
Created December 8, 2014 22:40
Show Gist options
  • Save slav123/dd8d5c31e79a16bc77c4 to your computer and use it in GitHub Desktop.
Save slav123/dd8d5c31e79a16bc77c4 to your computer and use it in GitHub Desktop.
s3 read public
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::www.commseeds.com/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment