async fn list_with_cache<'b>( ctx: &'b dyn Session, store: &'b dyn ObjectStore, prefix: &'b Path, ) -> Result<BoxStream<'b, Result<ObjectMeta>>>