Skip to content

SourceMap Multipart Upload Association Interface Usage Instructions

  1. Multipart Upload Event Initialization: Initialize a multipart upload event, generating an event ID. Subsequent uploads use this ID to confirm resource ownership.
  2. Upload a Single Part: Upload a single slice of a SourceMap file after it has been split.
  3. Cancel a Multipart Upload Event: Used to delete an uploaded but unmerged part, typically in cases of upload errors or invalidation.
  4. 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.
  5. 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

  • 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.

Feedback

Is this page helpful? ×