Skip to content

SourceMap Multipart Upload Association Interface Usage Guide

  1. Multipart Upload Event Initialization
  2. Upload Single Part
  3. Cancel a Multipart Upload Event
  4. List Uploaded Parts of a Multipart Upload Event
  5. Merge Parts to Generate File

Multipart Upload Interface Steps

  1. [Multipart Upload Event Initialization] Initialize the multipart upload event, generate an event ID, and subsequent uploads will use this ID to confirm resource ownership.

  2. [Upload Single Part] Upload a single sliced file after the SourceMap file is sliced.

  3. [Cancel a Multipart Upload Event] Generally used to delete an uploaded but unmerged part in case of upload errors or invalidation.

  4. [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.

  5. [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

Upload Single File Content

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.