pub async fn read_chunk_async<R: AsyncRead + Unpin + ?Sized>( reader: &mut R, ) -> Result<Vec<u8>, S3Error>