(MODE-11365) increased s3 permissions.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 18:10:29 +02:00
parent 2bd23949c0
commit fc4dca1d38

View file

@ -45,13 +45,11 @@
"Sid": "", "Sid": "",
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"s3:GetObject", "s3:*"
"s3:ListBucket",
"s3:HeadObject"
], ],
"Resource": [ "Resource": [
"arn:aws:s3:::mono-deployment-dev", "arn:aws:s3:::mono-deployment-${environment}",
"arn:aws:s3:::mono-deployment-dev/tileserver-gl/*" "arn:aws:s3:::mono-deployment-${environment}/*/*"
] ]
} }
] ]