mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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}"
|
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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user