pub async fn build_blobs(
args: &BlobArgs,
data_dir: &Path,
notify_tier: Option<ProvisionTier>,
notify_account: Option<String>,
) -> Result<BuiltBlobs>Expand description
Build the object store for the selected BlobBackend. data_dir is used
only by the fs backend (unused when fs is off).