From 4a47ba094e8df7639ecb468ae2818e51817cdc05 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 1 Mar 2019 14:52:38 -0800 Subject: [ios] Update ci.template --- ci.template | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/ci.template b/ci.template index 3eb0ba7bca..e76d85d1b0 100644 --- a/ci.template +++ b/ci.template @@ -158,7 +158,10 @@ "s3:GetObjectAcl" ], "Effect": "Allow", - "Resource": ["arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*"] + "Resource": [ + "arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*", + "arn:aws:s3:::mapbox-loading-dock/raw/mobile.coverage/*" + ] } ] } @@ -179,22 +182,6 @@ ] } }, - { - "PolicyName": "publish-code-coverage", - "PolicyDocument": { - "Statement": [ - { - "Action": [ - "s3:PutObject", - "s3:GetObject", - "s3:GetObjectAcl" - ], - "Effect": "Allow", - "Resource": ["arn:aws:s3:::mapbox-loading-dock/raw/mobile.coverage/*"] - } - ] - } - }, { "PolicyName": "cloudwatch-metrics", "PolicyDocument": { -- cgit v1.2.1