(MODE-11365) increased s3 permissions.
This commit is contained in:
parent
2bd23949c0
commit
fc4dca1d38
1 changed files with 3 additions and 5 deletions
|
|
@ -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}/*/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue