generatePresignedUrlsForDataRoomDocumentMultiPartUpload
Generates pre-signed URLs for uploading specific parts of a document in a multipart upload session. This allows clients to upload large files in smaller chunks, improving reliability, performance, and resumability of uploads.
generatePresignedUrlsForDataRoomDocumentMultiPartUpload(
input: GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadInput!
): GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadPayload
Arguments
generatePresignedUrlsForDataRoomDocumentMultiPartUpload.input
● GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadInput!
non-null input
Input specifying the upload session ID and the range of part numbers to generate URLs for.
Type
GeneratePresignedUrlsForDataRoomDocumentMultiPartUploadPayload
object
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.