Files
Wesley Schwengle 0ce4b0f14b docs: point documentation links to silo.pigsty.io (#41)
Replace upstream docs.min.io references with the SILO documentation domain and remove the upstream community path prefix.

Co-authored-by: waterkip <6317502+waterkip@users.noreply.github.com>
2026-07-20 19:43:45 +08:00

1.1 KiB

Bucket Quota Configuration Quickstart Guide Slack Docker Pulls

quota

Buckets can be configured to have Hard quota - it disallows writes to the bucket after configured quota limit is reached.

Prerequisites

Set bucket quota configuration

Set a hard quota of 1GB for a bucket mybucket on MinIO object storage

mc admin bucket quota myminio/mybucket --hard 1gb

Verify the quota configured on mybucket on MinIO

mc admin bucket quota myminio/mybucket

Clear bucket quota configuration for mybucket on MinIO

mc admin bucket quota myminio/mybucket --clear