- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ListMultipartUploadsHandler (1.09 sec)
-
cmd/bucket-handlers_test.go
req, gerr := newTestSignedRequestV4(http.MethodGet, u, 0, nil, testCase.accessKey, testCase.secretKey, nil) if gerr != nil { t.Fatalf("Test %d: %s: Failed to create HTTP request for ListMultipartUploadsHandler: <ERROR> %v", i+1, instanceType, gerr) } // Since `apiRouter` satisfies `http.Handler` it has a ServeHTTP to execute the logic of the handler. // Call the ServeHTTP to execute the handler.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 39.8K bytes - Viewed (0) -
cmd/api-router.go
HandlerFunc(s3APIMiddleware(api.DeleteBucketTaggingHandler)). Queries("tagging", "") // ListMultipartUploads router.Methods(http.MethodGet). HandlerFunc(s3APIMiddleware(api.ListMultipartUploadsHandler)). Queries("uploads", "") // ListObjectsV2M router.Methods(http.MethodGet). HandlerFunc(s3APIMiddleware(api.ListObjectsV2MHandler)). Queries("list-type", "2", "metadata", "true")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed May 07 15:37:12 UTC 2025 - 23.3K bytes - Viewed (0)