Fix temp test
This commit is contained in:
parent
a45a0e8685
commit
7863c30d2e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function upload() {
|
||||||
|
|
||||||
curl --request PUT \
|
curl --request PUT \
|
||||||
--url "$FILE_STORAGE_API_URL/$1/$2" \
|
--url "$FILE_STORAGE_API_URL/$1/$2" \
|
||||||
--header "AccessKey: 0$FILE_STORAGE_API_KEY" \
|
--header "AccessKey: $FILE_STORAGE_API_KEY" \
|
||||||
--header "Content-Type: application/octet-stream" \
|
--header "Content-Type: application/octet-stream" \
|
||||||
--header "accept: application/json" \
|
--header "accept: application/json" \
|
||||||
--data-binary "@$2"
|
--data-binary "@$2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue