Skip to content

Commit

Permalink
Don't make the s3 bucket world-readable (just the files)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Mar 12, 2015
1 parent a3fd0a9 commit 0330cf6
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 0330cf6

Please sign in to comment.