Skip to content

Commit 721d7b2

Browse files
committed
updated comments
1 parent 4910412 commit 721d7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/source/config/AWSConfigFileProfileConfigLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ namespace Aws
183183
continue;
184184
}
185185

186-
// Ignore top-level endpoint_url in [services name] section
186+
// Ignore global endpoint_url in [services name] section
187187
if (activeServiceId.empty() && StringUtils::CaselessCompare(left.c_str(), ENDPOINT_URL_KEY) == 0) {
188188
AWS_LOGSTREAM_DEBUG(PARSER_TAG, "Ignoring global endpoint_url in [services " << currentSectionName << "]");
189189
continue;

0 commit comments

Comments
 (0)