Skip to content

Instantly share code, notes, and snippets.

@bhourigan
Created February 20, 2015 21:19
Show Gist options
  • Save bhourigan/bd4e6f9eeaeb10e88c39 to your computer and use it in GitHub Desktop.
Save bhourigan/bd4e6f9eeaeb10e88c39 to your computer and use it in GitHub Desktop.
{
"Version": "2008-10-17",
"Id": "Policy1423504312962",
"Statement": [
{
"Sid": "Stmt1423504307137",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::342958218804:user/lorax-s3-api"
},
"Action": "s3:*",
"Resource": "arn:aws:s3:::lorax/*"
},
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::lorax/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment