Search code examples
minio

Is there a way to set quotas to a user in a MinIO server?


I have been using MinIO as STaas for a few weeks now. I would like to know if there is a way to, given a created user, allow him/her to create buckets to only a previously assigned size. Let's say I want Nana (an user of my server) to be able to create buckets of up to 50GB, she can't buckets bigger than that.

I know it exist AccessPolicies and also multitenancy in a minio deployment, but that's not what I'm asking for.


Solution

  • This is not possible currently - but you can configure quotas on buckets after they have been created: https://docs.min.io/minio/baremetal/reference/minio-mc-admin/mc-admin-bucket-quota.html

    The MinIO team is available on their public slack channel or by email to answer questions 24/7/365.