summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-01 14:28:40 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:49 -0700
commit69c8989300d896e70fd06ae631f27c3968a68a4e (patch)
tree5564f88c6092850dfb59845f9bbf64595d149def
parentdb00d9d0915f28ef2bb1292b9ac038cd2ae5753d (diff)
downloadqtlocation-mapboxgl-69c8989300d896e70fd06ae631f27c3968a68a4e.tar.gz
[ios] Remove ACL
-rw-r--r--ci.template1
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/ci.template b/ci.template
index d43e6805f7..3eb0ba7bca 100644
--- a/ci.template
+++ b/ci.template
@@ -186,7 +186,6 @@
{
"Action": [
"s3:PutObject",
- "s3:PutObjectAcl",
"s3:GetObject",
"s3:GetObjectAcl"
],
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index e0aa0c7fab..5984d83baf 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -32,4 +32,4 @@ rm -f output.json
if [ -z `which aws` ]; then
brew install awscli
fi
-aws s3 cp $fileName.json s3://mapbox-loading-dock/raw/mobile.coverage/ --acl \ No newline at end of file
+aws s3 cp $fileName.json s3://mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file