From b41f5fd776c23f4596bece8c3fc326e36b5537c7 Mon Sep 17 00:00:00 2001 From: Jack Shaw Date: Thu, 7 Dec 2023 16:14:42 +0000 Subject: [PATCH] Drop incorrect docstring for ServeGet --- apiserver/objects.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/apiserver/objects.go b/apiserver/objects.go index 9bf8a8a5c5c..30cad8695ee 100644 --- a/apiserver/objects.go +++ b/apiserver/objects.go @@ -52,9 +52,6 @@ type objectsCharmHandler struct { // ServeGet serves the GET method for the S3 API. This is the equivalent of the // `GetObject` method in the AWS S3 API. -// Since juju's objects (S3) API only acts as a shim, this method will only -// rewrite the http request for it to be correctly processed by the legacy -// '/charms' handler. func (h *objectsCharmHandler) ServeGet(w http.ResponseWriter, r *http.Request) error { st, _, err := h.ctxt.stateForRequestAuthenticated(r) if err != nil {