Skip to content

Instantly share code, notes, and snippets.

@iamveen
Created April 12, 2015 05:01
Show Gist options
  • Save iamveen/b769f787b43b7f294539 to your computer and use it in GitHub Desktop.
Save iamveen/b769f787b43b7f294539 to your computer and use it in GitHub Desktop.
AWS Policies
{
"Id": "Policy1380877762691",
"Statement": [
{
"Sid": "Stmt1380877761162",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::<bucket_name>/*",
"Principal": {
"AWS": [
"*"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment