Don't make the s3 bucket world-readable (just the files)

This commit is contained in:
Justin Santa Barbara 2015-03-12 10:57:13 -04:00
parent a3fd0a9fd5
commit 0330cf616a

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