pub async fn list_all_epochs(
object_store: Arc<DynObjectStore>,
) -> Result<Vec<(u64, u64)>>Expand description
Finds all epochs in the store and returns them as a sorted list, paired with each epoch’s end timestamp in ms when its metadata file is present, or 0 otherwise.