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/internal/signer/io/UnbufferedChecksumSubscriber.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
* A decorating {@code Subscriber} that updates a list of {@code SdkChecksum}s with the data of each buffer given to
28
28
* {@code onNext}.
29
29
* <p>
30
-
* This is "unbuffered", as opposed to {@link ChecksumSubscriber} which <i>does</i> buffer the data.
30
+
* This is "unbuffered", as opposed to {@link ChecksumSubscriber} which <i>does</i> buffer the data. The buffered version is
31
+
* only used for non-streaming flexible checksums; since those payloads will not be very large, the buffering is acceptable.
0 commit comments