You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfig.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,10 +107,16 @@ public void addConfigInterfaceFields(
107
107
AWS_PROFILE environment variable. Setting a profile on a client
108
108
in code only affects the single client instance, unlike AWS_PROFILE.
109
109
110
-
When set, and only for environments where a profile configuration
111
-
file exists, values configurable by this file will be retrieved
112
-
with the specified profile. Conflicting code configuration and
113
-
environment variables will still have higher priority.
110
+
When set, and only for environments where an AWS configuration
111
+
file exists, fields configurable by this file will be retrieved
112
+
from the specified profile within that file.
113
+
Conflicting code configuration and environment variables will
114
+
still have higher priority.
115
+
116
+
For client credential resolution that involves checking the AWS
117
+
configuration file, the client's profile (this value) will be
118
+
used unless a different profile is set in the credential
0 commit comments