pub async fn add_file<'a, P: AsRef<Path>>( which: Either<&Ipfs, &Repo>, path: P, opt: Option<AddOption> ) -> Result<BoxStream<'a, UnixfsStatus>>