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
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))
The text was updated successfully, but these errors were encountered:
We've significantly refactored the I/O model as well as implemented signing directly in Kotlin since this issue was opened. Closing as there is no signs this is actually any kind of bottleneck, we can always re-evaluate with concrete use cases/issues if that isn't the case.
We should probably consider wrapping
java.io.File
into something that implementsHttpRequestBodyStream
(or better yet special casing it to just use the existingaws_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))The text was updated successfully, but these errors were encountered: