pub async fn dump_checkpoints_from_archive( remote_store_config: ObjectStoreConfig, start_checkpoint: u64, end_checkpoint: u64, max_content_length: usize, ) -> Result<()>