Skip to content

Commit

Permalink
Changes to the middleware to support a handler stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Sep 26, 2024
1 parent 87d5adf commit 8c90f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/awsmiddleware/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ func toHandlerList(handlers *request.Handlers, stage HandlerStage) (*request.Han
switch stage {
case Build:
return &handlers.Build, nil
case ValidateResponse:
return &handlers.ValidateResponse, nil
case Sign:
return &handlers.Sign, nil
default:
Expand Down

0 comments on commit 8c90f42

Please sign in to comment.