OBJECT
Contains information about a base URL and the signed token to manage multipart upload.
1type MultipartUpload {23# The base uri for the multipart upload.4baseUri: String 56# The signed token for the multipart upload.7uploadToken: String 89}