mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Don't make the s3 bucket world-readable (just the files)
This commit is contained in:
parent
a3fd0a9fd5
commit
0330cf616a
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user