File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/crt-core/src/main/java/software/amazon/awssdk/crtcore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717
1818import java .nio .ByteBuffer ;
1919import org .reactivestreams .Publisher ;
20- import software .amazon .awssdk .annotations .SdkInternalApi ;
20+ import software .amazon .awssdk .annotations .SdkProtectedApi ;
2121import software .amazon .awssdk .crt .http .HttpRequestBodyStream ;
2222import software .amazon .awssdk .utils .async .ByteBufferStoringSubscriber ;
2323import software .amazon .awssdk .utils .async .ByteBufferStoringSubscriber .TransferResult ;
2424
25- @ SdkInternalApi
25+ @ SdkProtectedApi
2626public final class CrtRequestBodyAdapter implements HttpRequestBodyStream {
2727 private static final int BUFFER_SIZE = 4 * 1024 * 1024 ; // 4 MB
2828 private final Publisher <ByteBuffer > requestPublisher ;
You can’t perform that action at this time.
0 commit comments