Skip to content

Instantly share code, notes, and snippets.

@cryptixcoder
Last active August 29, 2015 14:19
Show Gist options
  • Save cryptixcoder/d67634ab87fc8841e291 to your computer and use it in GitHub Desktop.
Save cryptixcoder/d67634ab87fc8841e291 to your computer and use it in GitHub Desktop.
AWS S3 Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AddPerm",
"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