- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetBucketNotificationHandler (0.11 sec)
-
cmd/api-router.go
HandlerFunc(s3APIMiddleware(api.GetBucketVersioningHandler)). Queries("versioning", "") // GetBucketNotification router.Methods(http.MethodGet). HandlerFunc(s3APIMiddleware(api.GetBucketNotificationHandler)). Queries("notification", "") // ListenNotification router.Methods(http.MethodGet). HandlerFunc(s3APIMiddleware(api.ListenNotificationHandler, noThrottleS3HFlag, traceHdrsS3HFlag)).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 13 15:25:16 UTC 2024 - 23.1K bytes - Viewed (0) -
cmd/test-utils_test.go
case "GetBucketNotification": // Register GetBucketNotification Handler. bucket.Methods(http.MethodGet).HandlerFunc(api.GetBucketNotificationHandler).Queries("notification", "") case "PutBucketNotification": // Register PutBucketNotification Handler. bucket.Methods(http.MethodPut).HandlerFunc(api.PutBucketNotificationHandler).Queries("notification", "")
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 77K bytes - Viewed (0)