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
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the issue
In the 2.30.17 version buffering was removed in the
public static RequestBody fromInputStream(InputStream inputStream, long contentLength)
method. But documentation for this method still contains this note:Important: If inputStream does not support mark and reset, the stream will be buffered.
Link to the PR:
5f2af77#diff-1a88bd363dd55e33ebf3734f8a96c524d600b3f46745c82169482718d43c030a
Link to the documentation: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/sync/RequestBody.html#fromInputStream(java.io.InputStream,long)
Links
https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/sync/RequestBody.html#fromInputStream(java.io.InputStream,long)
The text was updated successfully, but these errors were encountered: