s3_list_parts
List the parts uploaded for an in-progress S3 multipart upload to check which parts exist and continue where you left off.
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. |