Support ListenBucketNotificationV2 streaming (#8622)

This commit is contained in:
Harshavardhana
2019-12-12 10:01:23 -08:00
committed by GitHub
parent 3211cb5df6
commit f5abe4e1f1
7 changed files with 248 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const (
peerRESTMethodTargetExists = "/targetexists"
peerRESTMethodSendEvent = "/sendevent"
peerRESTMethodTrace = "/trace"
peerRESTMethodListen = "/listen"
peerRESTMethodBucketLifecycleSet = "/setbucketlifecycle"
peerRESTMethodBucketLifecycleRemove = "/removebucketlifecycle"
peerRESTMethodLog = "/log"