MultipartSignedURLResponseSchema
filenamestringrequired
The object key / filename for the upload.
presignedURLsobject[]required
Array of pre-signed URLs — one per part. Upload each part to its respective URL via HTTP PUT.
uploadIDstringrequired
Multipart upload session ID. Pass this to the complete or abort endpoints.
MultipartSignedURLResponseSchema
{
"filename": "string",
"presignedURLs": [
{}
],
"uploadID": "string"
}
Was this page helpful?