mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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…
Reference in a new issue