Skip to content

Instantly share code, notes, and snippets.

@polevaultweb
Created June 29, 2016 09:48
Show Gist options
  • Select an option

  • Save polevaultweb/71490a77a4130c8aa3bb96290bb5b667 to your computer and use it in GitHub Desktop.

Select an option

Save polevaultweb/71490a77a4130c8aa3bb96290bb5b667 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:CreateBucket",
"s3:DeleteObject",
"s3:Put*",
"s3:Get*",
"s3:List*"
],
"Resource": [
"arn:aws:s3:::*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment