Skip to content

Instantly share code, notes, and snippets.

@timothyclifford
Created March 23, 2015 18:13
Show Gist options
  • Save timothyclifford/a35e2a13d6fe907a6de2 to your computer and use it in GitHub Desktop.
Save timothyclifford/a35e2a13d6fe907a6de2 to your computer and use it in GitHub Desktop.
{
"Version": "...",
"Id": "...",
"Statement": [
{
"Sid": "...",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::BUCKETNAME/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment