s3_list_parts
Retrieve uploaded parts for an in-progress S3 multipart upload by specifying bucket, key, and upload ID. Use this to verify progress or resume interrupted uploads.
Instructions
List the parts that have been uploaded for an in-progress S3-compatible multipart upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The object key. | |
| bucket | Yes | The bucket name. | |
| maxParts | No | ||
| uploadId | Yes | The UploadId. | |
| partNumberMarker | No | Pagination cursor. |