pub async fn list_all_epochs( object_store: Arc<DynObjectStore>, ) -> Result<Vec<u64>>
Finds all epochs in the store and returns them as a sorted list.