Created
June 5, 2017 01:51
-
-
Save ziazek/b0d64802b8ae11bd1a50208ab47764ad to your computer and use it in GitHub Desktop.
only_deploy-phoenix_bucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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