Function create_snapshot_store

Source
async fn create_snapshot_store(
    config: &(String, String),
    metric: Arc<ObjectStoreMetrics>,
    object_store_config: &ObjectStoreConfig,
) -> MetaResult<ObjectStoreMetaSnapshotStorage>