Open
Description
We should probably consider wrapping java.io.File
into something that implements HttpRequestBodyStream
(or better yet special casing it to just use the existing aws_input_stream
implementation: https://github.com/awslabs/aws-c-io/blob/main/include/aws/io/stream.h#L94 and avoid going through JNI all together (for reading the file))