pub async fn commit_handler_from_url(
    url_or_path: &str,
    options: &Option<ObjectStoreParams>
) -> Result<Arc<dyn CommitHandler>>