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
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/crt/internal/signer/AwsChunkedV4aPayloadSigner.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public void beforeSigning(SdkHttpRequest.Builder request, ContentStreamProvider
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/AwsChunkedV4PayloadSigner.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ private long calculateChunksLength(long contentLength, long extensionsLength) {
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/SignerUtils.java
+4
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,10 @@ public static byte[] hash(String text) {
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/crt/internal/signer/DefaultAwsCrtV4aHttpSignerTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ public void sign_WithChunkEncodingTrue_DelegatesToAwsChunkedPayloadSigner() {
Copy file name to clipboardExpand all lines: core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/DefaultAwsV4HttpSignerTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public void sign_WithChunkEncodingTrue_DelegatesToAwsChunkedPayloadSigner() {
0 commit comments