Begin a multipart upload

Begin a multipart upload session.

POST
/v1/multipart-uploads
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.

Default1048576

Response Body

curl -X POST "http://localhost:9090/v1/multipart-uploads" \  -H "Content-Type: application/json" \  -d '{}'
{
  "uploadId": "string"
}
Empty