Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created October 14, 2015 22:46
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 ferventcoder/223345f07759f1368139 to your computer and use it in GitHub Desktop.
Save ferventcoder/223345f07759f1368139 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": [
"arn:aws:s3:::bucket-name/*",
"arn:aws:s3:::bucket-name"
],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment