Documentation navigation

Multipart Uploads

Start a multipart upload

POST/storage/buckets/{bucketName}/multipart/start

Start a multipart upload.

Parameters

StartMultipartUploadParams
bucketNamestring
Bucket name.
keystring
Final object key for the multipart upload.
contentType?string
MIME type for the completed object. Defaults to `application/octet-stream`.
cacheControl?string
Cache-Control value to store with the completed object.
attributes?StorageAttributes
User-defined object attributes encoded into the `X-Jupiter-Object-Metadata` header.
signal?AbortSignal
Abort signal for cancelling the start request.

Returns

upload_idstring
Multipart upload identifier.
keystring
Final object key for the multipart upload.
bucketstring
Bucket that contains the upload.