set_bucket_quota
Set or clear a bucket's hard quota in MinIO. Provide bucket name and size in bytes (0 clears). Use dry-run to preview changes.
Instructions
[WRITE][risk=medium] Set (>0) or clear (0) the bucket hard quota. Reversible.
Needs admin-capable credentials (admin API).
Args: bucket_name: Bucket name (from bucket_ls). size_bytes: New hard quota in bytes; 0 clears the quota. dry_run: If True, preview without changing the quota. target: MinIO target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| size_bytes | Yes | ||
| bucket_name | Yes |