create_storage_backend

Function create_storage_backend 

Source
pub async fn create_storage_backend(
    config: &StorageConfig,
) -> Result<Arc<dyn StorageBackend>, StorageError>
Expand description

Create a storage backend from configuration