Merge pull request #5377 from justinsb/aws_s3_not_world_readable

Don't make the s3 bucket world-readable (just the files)
This commit is contained in:
Alex Robinson 2015-03-12 09:52:38 -07:00
commit 9344934637

View File

@ -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}"