summaryrefslogtreecommitdiff
path: root/cloudformation
diff options
context:
space:
mode:
Diffstat (limited to 'cloudformation')
-rw-r--r--cloudformation/travis.template20
1 files changed, 20 insertions, 0 deletions
diff --git a/cloudformation/travis.template b/cloudformation/travis.template
index b2cf2d559b..0d9e3c0dc8 100644
--- a/cloudformation/travis.template
+++ b/cloudformation/travis.template
@@ -163,6 +163,26 @@
}
},
{
+ "PolicyName": "publish-metrics",
+ "PolicyDocument": {
+ "Statement": [
+ {
+ "Action": [
+ "s3:DeleteObject",
+ "s3:GetObject",
+ "s3:GetObjectAcl",
+ "s3:PutObject",
+ "s3:PutObjectAcl"
+ ],
+ "Effect": "Allow",
+ "Resource": [
+ "arn:aws:s3:::mapbox/mapbox-gl-native/metrics/*"
+ ]
+ }
+ ]
+ }
+ },
+ {
"PolicyName": "cloudwatch-metrics",
"PolicyDocument": {
"Statement": [