We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is needed for the profile page: #20 and also needed for the dashboard page, since there we have to list all available profiles, see #19
If the ~/.aws/* (macOS) directory does not exist, the app has to create it (probably we should "load or create" that file when the app opens)
~/.aws/*
⚠️ this has to work for all OSes (macOS, Linux, Windows)
Current flow:
We're showing an error if no credentials inside: ~/.aws/ or if folder doesn't exist Then in profile tab you can create some credentials yourself
~/.aws/
The text was updated successfully, but these errors were encountered:
morozRed
No branches or pull requests
this is needed for the profile page: #20
and also needed for the dashboard page, since there we have to list all available profiles, see #19
If the
~/.aws/*
(macOS) directory does not exist, the app has to create it (probably we should "load or create" that file when the app opens)Current flow:
We're showing an error if no credentials inside:
~/.aws/
or if folder doesn't existThen in profile tab you can create some credentials yourself
The text was updated successfully, but these errors were encountered: