Created
July 5, 2019 11:25
-
-
Save vidanov/c78fb2a5f6828c0bcb5f2b4b21fb3723 to your computer and use it in GitHub Desktop.
rights
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": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListBucket", | |
"s3:GetObject" | |
], | |
"Resource": [ | |
"arn:aws:s3:::bl2g2-STOREBUCKET-AUF-VIDEO", | |
"arn:aws:s3:::bl2g2-STOREBUCKET-AUF-VIDEO/*" | |
] | |
}, | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListBucket", | |
"s3:PutObject", | |
"s3:PutObjectAcl" | |
], | |
"Resource": [ | |
"arn:aws:s3:::dpa-com-cr-g2-all-BUCKET-AUF-CR", | |
"arn:aws:s3:::dpa-com-cr-g2-all-BUCKET-AUF-CR/*", | |
"arn:aws:s3:::dpa-com-cr-g2-all-MEDIA-BUCKET-AUF-CR", | |
"arn:aws:s3:::dpa-com-cr-g2-all-MEDIA-BUCKET-AUF-CR/*" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment