Commit 93449346 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #5377 from justinsb/aws_s3_not_world_readable

Don't make the s3 bucket world-readable (just the files)
parents d3b0c866 0330cf61
...@@ -166,8 +166,6 @@ function upload-server-tars() { ...@@ -166,8 +166,6 @@ function upload-server-tars() {
aws s3 mb "s3://${staging_bucket}" aws s3 mb "s3://${staging_bucket}"
fi fi
aws s3api put-bucket-acl --bucket $staging_bucket --acl public-read
local -r staging_path="${staging_bucket}/devel" local -r staging_path="${staging_bucket}/devel"
echo "+++ Staging server tars to S3 Storage: ${staging_path}" 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