From 8b68e0bfdc8758cf1552362270a771cac21c7f1a Mon Sep 17 00:00:00 2001 From: Frank Wessels Date: Sat, 3 Feb 2024 14:03:51 -0800 Subject: [PATCH] Fix typo in api-router.go (#18955) --- cmd/api-router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/api-router.go b/cmd/api-router.go index 1f46d210b..4ab755b04 100644 --- a/cmd/api-router.go +++ b/cmd/api-router.go @@ -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