- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ListObjectsV2M (0.92 sec)
-
cmd/bucket-listobjects-handlers.go
// MinIO continues to support ListObjectsV1 and V2 for supporting legacy tools. func (api objectAPIHandlers) ListObjectsV2MHandler(w http.ResponseWriter, r *http.Request) { ctx := newContext(r, w, "ListObjectsV2M") api.listObjectsV2Handler(ctx, w, r, true) } // ListObjectsV2Handler - GET Bucket (List Objects) Version 2. // --------------------------
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Feb 03 21:03:04 UTC 2025 - 11.5K bytes - Viewed (0) -
cmd/api-router.go
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") // ListObjectsV2 router.Methods(http.MethodGet).
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed May 07 15:37:12 UTC 2025 - 23.3K bytes - Viewed (0)