-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
The shared-ini-file loader reads the files from the path returned by getHomeDir, but if your aws files are not in the home dir then this doesn't work.
getHomeDir returns the directory from the first of these environment variables: HOME, USERPROFILE, HOMEPATH, HOMEDRIVE
Would it not be better to loop these folders in order and return the config files from the first of the folders that contains them?
I have HOME set for another application but my aws config is under USERPROFILE, so it doesn't get found.
Metadata
Metadata
Assignees
Labels
No labels