Skip to content

Commit

Permalink
Update aws/retry/middleware.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Jan 3, 2024
1 parent 52e73dc commit 3dfec30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/retry/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ func AddRetryMiddlewares(stack *smithymiddle.Stack, options AddRetryMiddlewaresO
middleware.LogAttempts = options.LogRetryAttempts
})

// index retry to before signing, if signing exists
if err := stack.Finalize.Insert(attempt, "Signing", smithymiddle.Before); err != nil {
return err
}
Expand Down

0 comments on commit 3dfec30

Please sign in to comment.