Searched refs:load_config_env (Results 1 – 2 of 2) sorted by relevance
43 const char* load_config_env = getenv("AWS_SDK_LOAD_CONFIG"); in InitializeDefaultClientConfig() local45 load_config_env ? str_util::Lowercase(load_config_env) : ""; in InitializeDefaultClientConfig()
70 const char* load_config_env = getenv("AWS_SDK_LOAD_CONFIG"); in GetDefaultClientConfig() local72 load_config_env ? str_util::Lowercase(load_config_env) : ""; in GetDefaultClientConfig()