Fix temp test

This commit is contained in:
Lauri Räsänen 2024-09-19 17:47:30 +03:00
parent a45a0e8685
commit 7863c30d2e

View file

@ -37,7 +37,7 @@ function upload() {
curl --request PUT \
--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 "accept: application/json" \
--data-binary "@$2"