Skip to content

Instantly share code, notes, and snippets.

@robjshaw
Created March 17, 2014 00:11
Show Gist options
  • Select an option

  • Save robjshaw/9591788 to your computer and use it in GitHub Desktop.

Select an option

Save robjshaw/9591788 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:GetObjectAcl",
"s3:PutObjectAcl",
"s3:ListBucket",
"s3:GetBucketAcl",
"s3:PutBucketAcl",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::BUCKET NAME HERE/*",
"Condition": {}
},
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "*",
"Condition": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment