Skip to content

Commit 118c85f

Browse files
committed
Update ChecksumSubscriber javadoc
1 parent 3ea10dd commit 118c85f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/io/UnbufferedChecksumSubscriber.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
* A decorating {@code Subscriber} that updates a list of {@code SdkChecksum}s with the data of each buffer given to
2828
* {@code onNext}.
2929
* <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.
3132
*/
3233
@SdkInternalApi
3334
public class UnbufferedChecksumSubscriber implements Subscriber<ByteBuffer> {

0 commit comments

Comments
 (0)