pub fn get_object_store(
name: &Option<String>,
object_store_manager: &ObjectStoreManagerRef,
) -> Result<ObjectStore>Expand description
Returns an object store corresponding to name. If name is None, this method returns the default object store.