mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Fix a typo on the comment for ListenBucketNotification (#7821)
This commit is contained in:
committed by
kannappanr
parent
219d841496
commit
a04b6561a0
@@ -212,7 +212,7 @@ func (client *peerRESTClient) ReloadFormat(dryRun bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// ListenBucketNotification - send listent bucket notification to peer nodes.
|
||||
// ListenBucketNotification - send listen bucket notification to peer nodes.
|
||||
func (client *peerRESTClient) ListenBucketNotification(bucket string, eventNames []event.Name,
|
||||
pattern string, targetID event.TargetID, addr xnet.Host) error {
|
||||
args := listenBucketNotificationReq{
|
||||
|
||||
Reference in New Issue
Block a user