mirror of
https://github.com/minio/minio.git
synced 2025-01-23 04:33:15 -05:00
Fix typo in api-router.go (#18955)
This commit is contained in:
parent
6ae97aedc9
commit
8b68e0bfdc
@ -227,7 +227,7 @@ func registerAPIRouter(router *mux.Router) {
|
||||
// HeadObject
|
||||
router.Methods(http.MethodHead).Path("/{object:.+}").HandlerFunc(
|
||||
collectAPIStats("headobject", maxClients(gz(httpTraceAll(api.HeadObjectHandler)))))
|
||||
// GetObjectAttribytes
|
||||
// GetObjectAttributes
|
||||
router.Methods(http.MethodGet).Path("/{object:.+}").HandlerFunc(
|
||||
collectAPIStats("getobjectattributes", maxClients(gz(httpTraceHdrs(api.GetObjectAttributesHandler))))).Queries("attributes", "")
|
||||
// CopyObjectPart
|
||||
|
Loading…
x
Reference in New Issue
Block a user