mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Attempt to fix "Arcadia" build
This commit is contained in:
parent
6e63a62a65
commit
1c039d2cf3
@ -1800,10 +1800,12 @@ void Context::updateStorageConfiguration(const Poco::Util::AbstractConfiguration
|
||||
}
|
||||
}
|
||||
|
||||
#if !defined(ARCADIA_BUILD)
|
||||
if (shared->storage_s3_settings)
|
||||
{
|
||||
shared->storage_s3_settings->loadFromConfig("s3", config);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user