Function tvix_castore::import::blobs::upload_blob

source ·
async fn upload_blob<BS, R>(
    blob_service: &BS,
    path: &Path,
    expected_size: u64,
    r: R
) -> Result<B3Digest, Error>
where BS: BlobService, R: AsyncRead + Unpin,