The Open API specification for Synapse is now available for download!

Download Open API Spec

BatchPresignedUploadUrlRequest

org.sagebionetworks.repo.model.file.BatchPresignedUploadUrlRequest

Request a batch of multi-part upload or copy pre-signed URLs.

Field Type Description
uploadId STRING The unique identifier of a multi-part request.
partNumbers ARRAY<INTEGER> The part numbers to get pre-signed URLs for.
contentType STRING Optional parameter. When included each pre-signed URL will be signed with the given Content-Type. This is necessary for clients that must include the header 'Content-Type' with all HTTP GET calls.