Function tvix_castore::import::fs::upload_blob

source ·
async fn upload_blob<BS>(
    blob_service: BS,
    path: impl AsRef<Path>
) -> Result<B3Digest, Error>
where BS: BlobService,
Expand description

Uploads the file at the provided [Path] the the BlobService.