mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix a typo on the comment for ListenBucketNotification (#7821)
This commit is contained in:
parent
219d841496
commit
a04b6561a0
@ -212,7 +212,7 @@ func (client *peerRESTClient) ReloadFormat(dryRun bool) error {
|
|||||||
return nil
|
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,
|
func (client *peerRESTClient) ListenBucketNotification(bucket string, eventNames []event.Name,
|
||||||
pattern string, targetID event.TargetID, addr xnet.Host) error {
|
pattern string, targetID event.TargetID, addr xnet.Host) error {
|
||||||
args := listenBucketNotificationReq{
|
args := listenBucketNotificationReq{
|
||||||
|
Loading…
Reference in New Issue
Block a user