SourceMap Multipart Upload Association Interface Usage Guide¶
Related Interfaces¶
- Multipart Upload Event Initialization
- Upload Single Part
- Cancel a Multipart Upload Event
- List Uploaded Parts of a Multipart Upload Event
- Merge Parts to Generate File
Multipart Upload Interface Steps¶
-
[Multipart Upload Event Initialization] Initialize the multipart upload event, generate an event ID, and subsequent uploads will use this ID to confirm resource ownership.
-
[Upload Single Part] Upload a single sliced file after the SourceMap file is sliced.
-
[Cancel a Multipart Upload Event] Generally used to delete an uploaded but unmerged part in case of upload errors or invalidation.
-
[List Uploaded Parts of a Multipart Upload Event] Generally used for resuming uploads by obtaining the list of uploaded parts for a specific upload event.
-
[Merge Parts to Generate File] Merge the parts of a specific upload event into a single file, completing the SourceMap multipart upload process. Internally, a decompression command will be initiated to extract the SourceMap file to the corresponding Resource Catalog.
Single File Upload Process¶
Related Interface¶
Description¶
Used to upload a single source file content (a single source file after SourceMap decompression).
Limitations¶
The size of a single part file should be controlled within 10MB.