pub async fn create_storage(
config: StorageConfig,
) -> Result<Box<dyn StorageBackend>>Expand description
Create a storage backend based on configuration
pub async fn create_storage(
config: StorageConfig,
) -> Result<Box<dyn StorageBackend>>Create a storage backend based on configuration