1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00
Commit Graph

2 Commits

Author SHA1 Message Date
Harshavardhana
337c2a7cb4
add audit logging for all admin calls ()
- add ServiceRestart/ServiceStop actions
- audit log appropriately in all admin handlers

fixes 
2020-05-11 10:34:08 -07:00
poornas
9a547dcbfb
Add API's for managing bucket quota ()
This PR allows setting a "hard" or "fifo" quota
restriction at the bucket level. Buckets that
have reached the FIFO quota configured, will
automatically be cleaned up in FIFO manner until
bucket usage drops to configured quota.
If a bucket is configured with a "hard" quota
ceiling, all further writes are disallowed.
2020-04-30 15:55:54 -07:00