Skip to main content

S3ReadObjectStream

Type Alias S3ReadObjectStream 

Source
pub type S3ReadObjectStream = Pin<Box<dyn Stream<Item = Result<S3ReadObjectFrame>> + Send + 'static>>;
Expand description

Server-streamed object read chunks returned by S3Provider::read_object.

Aliased Typeยง

pub struct S3ReadObjectStream { /* private fields */ }