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.
2 parents 3e585f0 + 37943bc commit 1186389Copy full SHA for 1186389
1 file changed
lib/index.js
@@ -28,7 +28,7 @@ class Aws {
28
const promise = Promise.resolve().then(function () {
29
const env_vars = ('HOME PATH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY ' +
30
'AWS_SESSION_TOKEN AWS_DEFAULT_REGION ' +
31
- 'AWS_DEFAULT_PROFILE AWS_CONFIG_FILE').split(' ');
+ 'AWS_PROFILE AWS_DEFAULT_PROFILE AWS_CONFIG_FILE').split(' ');
32
const env = _.reduce(env_vars, (result, value) => {
33
if (process.env[value]) {
34
result[value] = process.env[value];
0 commit comments