Skip to content

Instantly share code, notes, and snippets.

@ziazek
Created June 5, 2017 01:51
Show Gist options
  • Select an option

  • Save ziazek/b0d64802b8ae11bd1a50208ab47764ad to your computer and use it in GitHub Desktop.

Select an option

Save ziazek/b0d64802b8ae11bd1a50208ab47764ad to your computer and use it in GitHub Desktop.
only_deploy-phoenix_bucket
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1454490809000",
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::deploy-phoenix"
]
},
{
"Sid": "Stmt1454490822000",
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::deploy-phoenix/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment