diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index bd029dffb7a..e2fa7afa1d5 100644 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -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}"