MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / loadFromConfig

Method loadFromConfig

src/IO/S3Settings.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27void S3Settings::loadFromConfig(
28 const Poco::Util::AbstractConfiguration & config,
29 const std::string & config_prefix,
30 const DB::Settings & settings)
31{
32 auth_settings = S3::S3AuthSettings(config, settings, config_prefix);
33 request_settings = S3::S3RequestSettings(config, settings, config_prefix);
34}
35
36void S3Settings::loadFromConfigForObjectStorage(
37 const Poco::Util::AbstractConfiguration & config,

Callers 3

setupStorageMethod · 0.45
BackupReaderS3Method · 0.45
BackupWriterS3Method · 0.45

Calls 8

S3AuthSettingsClass · 0.85
S3RequestSettingsClass · 0.85
keysMethod · 0.80
clearMethod · 0.45
hasMethod · 0.45
updateIfChangedMethod · 0.45
emplaceMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected