Skip to content

Instantly share code, notes, and snippets.

@zackbloom
Created August 9, 2014 11:23
Show Gist options
  • Select an option

  • Save zackbloom/d529893ee6fae65623d9 to your computer and use it in GitHub Desktop.

Select an option

Save zackbloom/d529893ee6fae65623d9 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:DeleteObjectVersion",
"s3:ListBucket",
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::BUCKET_NAME", "arn:aws:s3:::BUCKET_NAME/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment