Skip to content

Commit 883b2a4

Browse files
authored
Remove outdated buffering note in RequestBody.fromInputStream (#6046)
Co-authored-by: Ran Vaknin <[email protected]>
1 parent ededdd5 commit 883b2a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/sync/RequestBody.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public static RequestBody fromFile(File file) {
129129
* 128 KiB. If you need more control, use {@link #fromContentProvider(ContentStreamProvider, long, String)} or
130130
* {@link #fromContentProvider(ContentStreamProvider, String)}.
131131
* <p>
132-
* <b>Important:</b> If {@code inputStream} does not support mark and reset, the stream will be buffered.
133132
*
134133
* @param inputStream Input stream to send to the service. The stream will not be closed by the SDK.
135134
* @param contentLength Content length of data in input stream.

0 commit comments

Comments
 (0)