Skip to main content

Get multipart signed URL

GET 

/data/multipart-signed-url

Returns pre-signed S3 URLs for uploading a large training logs file in parallel parts. Pass chunks=N as a query parameter to get N URLs (one per part). Capture the ETag header from each PUT response, then call Create multipart upload to combine the parts into a single file.

Request

Responses

Created