From db00d9d0915f28ef2bb1292b9ac038cd2ae5753d Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 1 Mar 2019 14:16:33 -0800 Subject: [ios] remove public-read --- platform/ios/scripts/code-coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh index 17c9a5a439..e0aa0c7fab 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 public-read \ No newline at end of file +aws s3 cp $fileName.json s3://mapbox-loading-dock/raw/mobile.coverage/ --acl \ No newline at end of file -- cgit v1.2.1