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
- 201
- 422
Created
Validation Error
Was this page helpful?