Eventually I will need a ByteStream for rusoto. So I thought I can create it from a futures::Stream:
ByteStream
futures::Stream
pub fn z_stream(r: impl Read) -