incomplete_uploads_ls
Lists in-flight or abandoned multipart uploads in a MinIO bucket, showing object names, upload IDs, and initiation times. Use to identify incomplete transfers and rerun with a higher limit if truncated.
Instructions
[READ] In-flight/abandoned multipart uploads in a truncation-aware envelope.
Returns {"uploads": [...], "returned": N, "limit": L, "truncated": bool}. Each row: objectName, uploadId, initiated time (null when the source gave none). When "truncated" is true, re-run with a higher limit.
Args: bucket_name: Bucket name (from bucket_ls). prefix: Key prefix filter; empty for the whole bucket. limit: Maximum uploads to return (default 200). target: MinIO target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| prefix | No | ||
| target | No | ||
| bucket_name | Yes |