mirror of
https://github.com/minio/minio.git
synced 2025-04-20 02:27:50 -04:00
update notification rulesMap when reloading bucketMetadata (#9917)
This commit is contained in:
parent
2f681bed57
commit
cf5d051afc
@ -606,6 +606,10 @@ func (s *peerRESTServer) LoadBucketMetadataHandler(w http.ResponseWriter, r *htt
|
|||||||
}
|
}
|
||||||
|
|
||||||
globalBucketMetadataSys.Set(bucketName, meta)
|
globalBucketMetadataSys.Set(bucketName, meta)
|
||||||
|
|
||||||
|
if meta.notificationConfig != nil {
|
||||||
|
globalNotificationSys.AddRulesMap(bucketName, meta.notificationConfig.ToRulesMap())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReloadFormatHandler - Reload Format.
|
// ReloadFormatHandler - Reload Format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user