Skip to content

Instantly share code, notes, and snippets.

@vidanov
Created July 5, 2019 11:25
Show Gist options
  • Save vidanov/c78fb2a5f6828c0bcb5f2b4b21fb3723 to your computer and use it in GitHub Desktop.
Save vidanov/c78fb2a5f6828c0bcb5f2b4b21fb3723 to your computer and use it in GitHub Desktop.
rights
{
"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