SourceMap Multipart Upload Association Interface Usage Instructions¶
Related Interfaces¶
- Multipart Upload Event Initialization: Initialize a multipart upload event, generating an event ID. Subsequent uploads use this ID to confirm resource ownership.
- Upload a Single Part: Upload a single slice of a SourceMap file after it has been split.
- Cancel a Multipart Upload Event: Used to delete an uploaded but unmerged part, typically in cases of upload errors or invalidation.
- List Uploaded Parts for a Multipart Upload Event: Used to retrieve the list of parts already uploaded for an event, typically for resuming an interrupted upload.
- Merge Parts to Generate File: Combine the part resources of an upload event into a single file, concluding the SourceMap multipart upload process. Internally, this triggers an unzip command to extract the SourceMap file to the corresponding resource directory.
Single File Upload Process¶
Related Interface¶
- Upload Single File Content: Used to upload the content of a single source file (an individual source file extracted from a SourceMap archive).
Limitations¶
The size of a single part file must be limited to 10MB.