Skip to content

Commit

Permalink
Merge pull request #5377 from justinsb/aws_s3_not_world_readable
Browse files Browse the repository at this point in the history
Don't make the s3 bucket world-readable (just the files)
  • Loading branch information
a-robinson committed Mar 12, 2015
2 parents d3b0c86 + 0330cf6 commit 9344934
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cluster/aws/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9344934

Please sign in to comment.