mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
remove FIFO bucket quota, use ILM expiration instead (#14206)
This commit is contained in:
@@ -577,6 +577,9 @@ func serverMain(ctx *cli.Context) {
|
||||
// Initialize site replication manager.
|
||||
globalSiteReplicationSys.Init(GlobalContext, newObject)
|
||||
|
||||
// Initialize quota manager.
|
||||
globalBucketQuotaSys.Init(newObject)
|
||||
|
||||
// Initialize users credentials and policies in background right after config has initialized.
|
||||
go globalIAMSys.Init(GlobalContext, newObject, globalEtcdClient, globalNotificationSys, globalRefreshIAMInterval)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user