pub type StreamItem = Result<Bytes, S3Error>;
pub enum StreamItem { Ok(Bytes), Err(S3Error), }
Contains the success value
Contains the error value