durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

How do I stream a file to a http response? #310

Closed ash-hashtag closed 1 year ago

ash-hashtag commented 1 year ago

I want to get a stream out of get_object_stream

FKanzler commented 1 year ago

Exactly what I also need

ash-hashtag commented 1 year ago

Exactly what I also need

I got it working with aws_sdk_s3 crate