Begin a multipart upload
Begin a multipart upload session.
rawAccount?string
The account to upload the blob to.
rawBlobName?string
The name of the blob to upload.
rawPartSize?integer
The size of each part in bytes.
Default
1048576
Response Body
curl -X POST "http://localhost:9090/v1/multipart-uploads" \ -H "Content-Type: application/json" \ -d '{}'
{
"uploadId": "string"
}
Empty