pub fn ls_remote_blocking( url: &str, key_path: &Path, ) -> Result<Vec<(String, String)>>
Blocking wrapper for the sync fetch/poll path: spins a small current-thread runtime and runs ls_remote.
ls_remote