Skip to content

Commit

Permalink
Drop incorrect docstring for ServeGet
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-w-shaw committed Dec 7, 2023
1 parent 6abcc45 commit b41f5fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apiserver/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b41f5fd

Please sign in to comment.