You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xdg-ninja incorrectly reports the existence of .aws/cli and .aws/sso as fixable. I would hope that the aws check only fails on existence of .aws/config and .aws/credentials which are fixable with env vars presently.
details
The check for aws files seems to only be checking existence of ~/.aws directory, and reports "fixable":
Export the following environment variables:
export AWS_SHARED_CREDENTIALS_FILE="$XDG_CONFIG_HOME"/aws/credentials
export AWS_CONFIG_FILE="$XDG_CONFIG_HOME"/aws/config
tldr
xdg-ninja incorrectly reports the existence of
.aws/cli
and.aws/sso
as fixable. I would hope that the aws check only fails on existence of .aws/config and .aws/credentials which are fixable with env vars presently.details
The check for aws files seems to only be checking existence of ~/.aws directory, and reports "fixable":
However, I have those set:
And none of those files exist in my homedir. I do have
cli
andsso
subdirs:But those are not currently fixable with env vars.
The text was updated successfully, but these errors were encountered: