mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05: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)
|
||||
|
||||
if meta.notificationConfig != nil {
|
||||
globalNotificationSys.AddRulesMap(bucketName, meta.notificationConfig.ToRulesMap())
|
||||
}
|
||||
}
|
||||
|
||||
// ReloadFormatHandler - Reload Format.
|
||||
|
Loading…
Reference in New Issue
Block a user