Bug fixing
This commit is contained in:
@@ -29,7 +29,7 @@ echo "Uploading file..."
|
||||
RESPONSE=$(curl -X PUT \
|
||||
-H "Authorization: Bearer ${WRITE_TOKEN}" \
|
||||
-F "file=@test_file.bin" \
|
||||
-F 'metadata={"labels":["test"],"tags":["latest","large"],"description":"Test file"}' \
|
||||
-F 'metadata={"labeltags":["test:latest","test:large"],"description":"Test file"}' \
|
||||
"http://${HOST}:${PORT}/upload")
|
||||
echo "Upload response: $RESPONSE"
|
||||
|
||||
|
Reference in New Issue
Block a user