usage_by_bucket
Retrieve per-bucket MinIO storage usage (bytes and objects), sorted by size, with a configurable row limit and truncation flag to identify when results are incomplete.
Instructions
[READ] Per-bucket usage (bytes + objects), biggest first, in an envelope.
Returns {"buckets": [...], "returned": N, "limit": L, "truncated": bool}.
When "truncated" is true, buckets outside the top limit were not shown —
do not present the list as the deployment's complete usage breakdown.
Args: limit: Maximum rows to return (default 25). target: MinIO target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |