We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4a32f commit 410ede3Copy full SHA for 410ede3
botocore/configprovider.py
@@ -51,7 +51,7 @@
51
#: NOTE: Fixing the spelling of this variable would be a breaking change.
52
#: Please leave as is.
53
BOTOCORE_DEFAUT_SESSION_VARIABLES = {
54
- # logical: config_file, env_var, default_value, conversion_func
+ # logical: config_file, env_var, default_value, conversion_func
55
'profile': (None, ['AWS_DEFAULT_PROFILE', 'AWS_PROFILE'], None, None),
56
'region': ('region', 'AWS_DEFAULT_REGION', None, None),
57
'data_path': ('data_path', 'AWS_DATA_PATH', None, None),
0 commit comments