Commit 0330cf61 authored by Justin Santa Barbara's avatar Justin Santa Barbara

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

parent a3fd0a9f
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment