Skip to main content
POST

Overview

Lists parts that have already been uploaded for a multipart upload. Use this to resume interrupted uploads by skipping already-uploaded parts.

Request Body

string
required
S3 key from createMultipartUpload
string
required
Upload ID from createMultipartUpload

Response

array
Array of already-uploaded parts
string
Request status (success)
Use this endpoint to implement resumable uploads. When a user reconnects, check which parts are already uploaded and continue from where they left off.