(MODE-11365) Fixing policy to give ec2 instance access to artifact.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 18:01:33 +02:00
parent ff1372f86a
commit b65a520ff3

View file

@ -46,7 +46,8 @@
"Effect": "Allow", "Effect": "Allow",
"Action": [ "Action": [
"s3:GetObject", "s3:GetObject",
"s3:ListBucket" "s3:ListBucket",
"s3:HeadObject"
], ],
"Resource": [ "Resource": [
"arn:aws:s3:::mono-deployment-dev", "arn:aws:s3:::mono-deployment-dev",