bucket_ls
List MinIO buckets with creation times, using a limit to control output and a truncated flag to signal when more buckets exist.
Instructions
[READ] Buckets (name + creation time) in a truncation-aware envelope.
Returns {"buckets": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there are MORE buckets than shown — re-run with a higher limit rather than reporting the list as complete.
Args: limit: Maximum buckets to return (default 500). target: MinIO target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |