Function esthri::download_streaming

source ·
pub async fn download_streaming<'a>(
    s3: &'a Client,
    bucket: &'a str,
    key: &'a str,
    transparent_decompression: bool
) -> Result<Pin<Box<dyn Stream<Item = Result<Bytes>> + Send + 'a>>>