leopardslab / gocloud

☁️ Go API for open cloud
Apache License 2.0
119 stars 142 forks source link

Suggestion: Store the user configuration files in .gocloud folder #79

Closed shlokgilda closed 6 years ago

shlokgilda commented 6 years ago

Instead of cluttering the user's HOME directory, we should probably store the user credentials in a hidden directory, for example .gocloud. So, now the path could be ~/.gocloud/amazoncloudconfig.json, etc.

PratikDhanave commented 6 years ago

+1

shlokgilda commented 6 years ago

Closing this as solved in #86