cloudflare / Stout

A reliable static website deploy tool
MIT License
752 stars 29 forks source link

On Windows, AWS CLI credentials are stored in a different location #23

Closed renandincer closed 8 years ago

renandincer commented 8 years ago

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

zackbloom commented 8 years ago

This might be helpful: https://github.com/mitchellh/go-homedir

renandincer commented 8 years ago

Tested on Windows Server 2008 SP1 with Stout 1.2.2. Could not reproduce.