Closed renandincer closed 8 years ago
On Windows, they're stored at: C:\Users\USERNAME\.aws\
C:\Users\USERNAME\.aws\
https://github.com/EagerIO/Stout/blob/master/src/utils.go#L187
Stout assumes a unix based system by checking ~/.aws/ directory
~/.aws/
This might be helpful: https://github.com/mitchellh/go-homedir
Tested on Windows Server 2008 SP1 with Stout 1.2.2. Could not reproduce.
On Windows, they're stored at:
C:\Users\USERNAME\.aws\
https://github.com/EagerIO/Stout/blob/master/src/utils.go#L187
Stout assumes a unix based system by checking
~/.aws/
directory