pub async fn find_all_dirs_with_epoch_prefix(
store: &Arc<DynObjectStore>,
prefix: Option<&Path>,
) -> Result<BTreeMap<u64, Path>>
Expand description
This function will find all child directories in the input store which are of the form “epoch_num” and return a map of epoch number to the directory path