summaryrefslogtreecommitdiff
path: root/ci.template
diff options
context:
space:
mode:
Diffstat (limited to 'ci.template')
-rw-r--r--ci.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci.template b/ci.template
index abf123c56a..5a94771a71 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_staging.docs_coverage/*"
+ ]
}
]
}