Skip to content

Instantly share code, notes, and snippets.

@ajduke
Created March 18, 2015 18:10
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 ajduke/bcc452a344d037bb059e to your computer and use it in GitHub Desktop.
Save ajduke/bcc452a344d037bb059e to your computer and use it in GitHub Desktop.
amazon-s3-part-1
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"AddPerm",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::ExampleBucket/*"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment