async fn upload_blob<BS, P>(
blob_service: BS,
path: impl AsRef<Path>,
reference_scanner: Option<&ReferenceScanner<P>>,
) -> Result<B3Digest, Error>
Expand description
Uploads the file at the provided [Path] the the BlobService.
async fn upload_blob<BS, P>(
blob_service: BS,
path: impl AsRef<Path>,
reference_scanner: Option<&ReferenceScanner<P>>,
) -> Result<B3Digest, Error>
Uploads the file at the provided [Path] the the BlobService.