Skip to content

Commit

Permalink
Merge pull request juju#16677 from jack-w-shaw/fix_comment
Browse files Browse the repository at this point in the history
juju#16677

Fix incorrect comment left behind after change juju#16669
  • Loading branch information
jujubot authored Dec 7, 2023
2 parents 6abcc45 + b41f5fd commit b784c5f
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 b784c5f

Please sign in to comment.