Request structure for minting presigned upload URLs for direct-to-storage bulk ingestion: the caller PUTs each file's bytes straight to storage, then references it in BulkIngestionContext via stagedObjectKey, bypassing multipart upload through core.
stagedObjectKey
The files to mint upload URLs for (at most 500 per call).
Request structure for minting presigned upload URLs for direct-to-storage bulk ingestion: the caller PUTs each file's bytes straight to storage, then references it in BulkIngestionContext via
stagedObjectKey, bypassing multipart upload through core.