The cli should respect XDG spec for config and credential file storage
Open
cross-sdk
feature-request
p2
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
The XDG spec defines where config files and credential files should be placed.
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Instead of writing to $HOME, the aws config directory should be `$XDG_CONFIG_HOME/aws`. (And `$XDG_DATA_HOME/aws/` for creds)
Contributor guide
Assessment
This issue has not been assessed yet.