Skip to main content

GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadPayload

This is a key part of the multipart upload flow, enabling clients to upload parts directly to storage (e.g., S3) without going through the application server.

type GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadPayload {
uploadPresignedUrls: [MultipartUploadUrl!]!
}

Fields

GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadPayload.uploadPresignedUrls ● [MultipartUploadUrl!]! non-null object

A list of pre-signed URLs for uploading individual parts. Each item includes both the URL and the associated partNumber, allowing clients to match uploads to the correct sequence in the multipart upload process.

Returned By

generatePresignedUrlsForDataRoomDocumentMultiPartUpload mutation