mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-18 00:25:06 +00:00
Bucket Quota Configuration Quickstart Guide

Buckets can be configured to have Hard quota - it disallows writes to the bucket after configured quota limit is reached.
Prerequisites
- Install Buckit - Buckit Quickstart Guide.
- Use
mcwith Buckit Server
Set bucket quota configuration
Set a hard quota of 1GB for a bucket mybucket on Buckit object storage
mc admin bucket quota myminio/mybucket --hard 1gb
Verify the quota configured on mybucket on Buckit
mc admin bucket quota myminio/mybucket
Clear bucket quota configuration for mybucket on Buckit
mc admin bucket quota myminio/mybucket --clear
