1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 18:21:29 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
6656fa3066
simplify further bucket configuration properly ()
This PR is a continuation from , now the
entire parsing logic is fully merged into
bucket metadata sub-system, simplify the
quota API further by reducing the remove
quota handler implementation.
2020-05-20 10:18:15 -07:00
Harshavardhana
bd032d13ff
migrate all bucket metadata into a single file ()
this is a major overhaul by migrating off all
bucket metadata related configs into a single
object '.metadata.bin' this allows us for faster
bootups across 1000's of buckets and as well
as keeps the code simple enough for future
work and additions.

Additionally also fixes , 
2020-05-19 13:53:54 -07:00