#pragma once #include #include namespace DB { class IObjectStorage; std::vector listFiles( const IObjectStorage & object_storage, const StorageObjectStorage::Configuration & configuration, const String & prefix, const String & suffix); }