We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3856e4 commit cf4264bCopy full SHA for cf4264b
src/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp
@@ -42,6 +42,7 @@ namespace Aws
42
static const char SSO_SESSION_SECTION[] = "sso-session";
43
static const char SERVICES_SECTION[] = "services";
44
static const char ENDPOINT_URL_KEY[] = "endpoint_url";
45
+ static const char IGNORE_CONFIGURED_ENDPOINT_URLS_KEY[] = "ignore_configured_endpoint_urls";
46
static const char DEFAULTS_MODE_KEY[] = "defaults_mode";
47
static const char EQ = '=';
48
static const char LEFT_BRACKET = '[';
0 commit comments