v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Shorts

Get Multipart Upload Part URLs

Generates presigned URLs for individual parts of a multipart upload. Each part should be uploaded via PUT request to the returned URLs.

post/upload-multipart/parts

Request body

upload_idstring required

The multipart upload ID returned from /upload-multipart/init.

s3_keystring required

The S3 key returned from /upload-multipart/init.

part_numbersnumber[] required

Array of part numbers to generate upload URLs for (e.g. [1, 2, 3]).

Response

200

successboolean