Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws/session: Skip shared config on read errors (#883)
Make it skip shared config file if it can't be read for whatever reason (not exist, permissions, IO error, etc). Previously files were skipped only if they didn't exist, but other conditions can prevent them from being read and same logic should be applicable to them.
- Loading branch information