Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Either create AWS_SHARED_CREDENTIALS_FILE, or make it more clear it just needs to be created if it doesn't exist yet #26

Closed
Snapstromegon opened this issue Jul 27, 2020 · 1 comment · Fixed by #32
Assignees
Labels
feature New feature
Milestone

Comments

@Snapstromegon
Copy link

I had no version of AWS CLI v1 running on my system ever, so yawsso failed on me by saying ".../.aws/crendetials does not exist".

As a user I did not know that the credentials file just needed to exist as an empty file for the script to work. I had expected, that the tool would "just create" the file if it didn't exist yet.

Maybe the behavior can be changed, or the output could contain something like "please create this as an empty file if you want to use this path". That way a user wouldn't start a search for his/her error.

@victorskl
Copy link
Owner

Yap of course. Thanks for feedback; will fix!

@victorskl victorskl added the feature New feature label Jul 27, 2020
@victorskl victorskl self-assigned this Aug 20, 2020
@victorskl victorskl added this to the 0.6.0 milestone Aug 20, 2020
victorskl added a commit that referenced this issue Aug 26, 2020
* Bump version 0.6.0rc1
* Improved pyperclip import logic and added test cases
* Fix #26 - create AWS_SHARED_CREDENTIALS_FILE if not exists
* Fix #27 - Python version requirement check
* Added codacy config
* Improved README
victorskl added a commit that referenced this issue Aug 26, 2020
* Bump version 0.6.0rc1
* Improved pyperclip import logic and added test cases
* Fix #26 - create AWS_SHARED_CREDENTIALS_FILE if not exists
* Fix #27 - Python version requirement check
* Added codacy config
* Improved README
victorskl added a commit that referenced this issue Jun 26, 2022
* Bump version 0.6.0rc1
* Improved pyperclip import logic and added test cases
* Fix #26 - create AWS_SHARED_CREDENTIALS_FILE if not exists
* Fix #27 - Python version requirement check
* Added codacy config
* Improved README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants