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/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/HttpChecksumStage.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ public SdkHttpFullRequest.Builder execute(SdkHttpFullRequest.Builder request, Re
75
75
returnrequest;
76
76
}
77
77
78
-
// If SRA is enabled, we skip flexible checksum in header, as it is not supported in the HttpSigner right now
79
-
// TODO: we should remove this after it is supported
78
+
// If SRA is enabled, skip flexible checksum in header, since it is handled by SRA signer
0 commit comments