Fix a bug in blob-store.sh
(#29537)
This will overwrite the `acl` parameter that we pass in Release Notes: - N/A
This commit is contained in:
parent
bf30beacc2
commit
8a69d252f5
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ function upload_to_blob_store_with_acl
|
|||
acl="$4"
|
||||
|
||||
date=$(date +"%a, %d %b %Y %T %z")
|
||||
acl="x-amz-acl:public-read"
|
||||
content_type="application/octet-stream"
|
||||
storage_type="x-amz-storage-class:STANDARD"
|
||||
string="PUT\n\n${content_type}\n${date}\n${acl}\n${storage_type}\n/${bucket_name}/${blob_store_key}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue