Created
February 28, 2018 22:41
-
-
Save saidach/a8452f0a0e1b82b88f853b3412201919 to your computer and use it in GitHub Desktop.
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
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"s3:GetObject", | |
"s3:GetObjectVersion", | |
"s3:GetBucketVersioning" | |
], | |
"Resource": "*", | |
"Effect": "Allow" | |
}, | |
{ | |
"Action": [ | |
"s3:PutObject" | |
], | |
"Resource": [ | |
"arn:aws:s3:::codepipeline*", | |
"arn:aws:s3:::elasticbeanstalk*" | |
], | |
"Effect": "Allow" | |
}, | |
{ | |
"Action": [ | |
"s3:*", | |
"iam:PassRole" | |
], | |
"Resource": "*", | |
"Effect": "Allow" | |
} | |
], | |
"Version": "2012-10-17" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment