Skip to content

Commit

Permalink
noprint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 25, 2024
1 parent 498d4b3 commit 5955327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-http-auth/internal/v4/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (s *Signer) Do() error {

canonicalRequest, signedHeaders := s.buildCanonicalRequest()
stringToSign := s.buildStringToSign(canonicalRequest)
fmt.Println(stringToSign)
signature, err := s.Finalizer.SignString(stringToSign)
if err != nil {
return nil
Expand Down

0 comments on commit 5955327

Please sign in to comment.