How would I stream the bytestream gotten from aws get function to actix web response?? Rust
I want to stream the object that is gotten from the aws sdk which is of type aws_smithy_types::byte_stream to actix web response which expects a futures::stream