mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
@@ -411,6 +411,9 @@ func initAllSubsystems(ctx context.Context, newObject ObjectLayer) (err error) {
|
|||||||
// Initialize bucket metadata sub-system.
|
// Initialize bucket metadata sub-system.
|
||||||
globalBucketMetadataSys.Init(ctx, buckets, newObject)
|
globalBucketMetadataSys.Init(ctx, buckets, newObject)
|
||||||
|
|
||||||
|
// Initialize bucket notification sub-system.
|
||||||
|
globalNotificationSys.Init(ctx, buckets, newObject)
|
||||||
|
|
||||||
if globalIsErasure {
|
if globalIsErasure {
|
||||||
// Initialize transition tier configuration manager
|
// Initialize transition tier configuration manager
|
||||||
if err = globalTierConfigMgr.Init(ctx, newObject); err != nil {
|
if err = globalTierConfigMgr.Init(ctx, newObject); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user