From 0330cf616a3ca3d40e567774b81c20f93de07373 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 12 Mar 2015 10:57:13 -0400 Subject: [PATCH] Don't make the s3 bucket world-readable (just the files) --- cluster/aws/util.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index b2b3a951849..9d73d180337 100644 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -166,8 +166,6 @@ function upload-server-tars() { aws s3 mb "s3://${staging_bucket}" fi - aws s3api put-bucket-acl --bucket $staging_bucket --acl public-read - local -r staging_path="${staging_bucket}/devel" echo "+++ Staging server tars to S3 Storage: ${staging_path}"