You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sigv4 Signer optimizations
* Add changelog
* Minor cleanup
* Apply suggestions from code review
Co-authored-by: David Ho <70000000+davidh44@users.noreply.github.com>
---------
Co-authored-by: David Ho <70000000+davidh44@users.noreply.github.com>
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/V4CanonicalRequest.java
+17-14Lines changed: 17 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -202,21 +202,16 @@ public static String getCanonicalHeadersString(List<Pair<String, List<String>>>
202
202
* Get the string representing which headers are part of the signing process. Header names are separated by a semicolon.
0 commit comments