#pragma once #include "config.h" #include #include #if USE_AWS_S3 namespace Poco::Util { class AbstractConfiguration; } namespace DB { namespace S3 { struct URI; } ObjectStorageKeysGeneratorPtr getKeyGenerator( const S3::URI & uri, const Poco::Util::AbstractConfiguration & config, const String & config_prefix); } #endif