s3_list_multipart_uploads
List all in-progress multipart uploads for an S3-compatible bucket to identify incomplete uploads. Use filters like prefix and pagination to manage large sets of uploads.
Instructions
List all in-progress S3-compatible multipart uploads for a bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | The bucket name. | |
| prefix | No | Only list uploads for keys with this prefix. | |
| delimiter | No | ||
| keyMarker | No | Pagination cursor. | |
| maxUploads | No | ||
| uploadIdMarker | No | Pagination cursor. |