- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PutBucketNotification (0.3 seconds)
-
cmd/api-router.go
Queries("tagging", "") // PutBucketVersioning router.Methods(http.MethodPut). HandlerFunc(s3APIMiddleware(api.PutBucketVersioningHandler)). Queries("versioning", "") // PutBucketNotification router.Methods(http.MethodPut). HandlerFunc(s3APIMiddleware(api.PutBucketNotificationHandler)). Queries("notification", "") // ResetBucketReplicationStart - MinIO extension API
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 24 04:05:19 GMT 2025 - 23.3K bytes - Click Count (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", "") case "ListenNotification": // Register ListenNotification Handler.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 77K bytes - Click Count (0)