mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
Merge pull request #5377 from justinsb/aws_s3_not_world_readable
Don't make the s3 bucket world-readable (just the files)
This commit is contained in:
commit
9344934637
@ -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