How Does boto
Locates teh folder .aws
#4213
Unanswered
RoyiAvital
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to documentation, unless
AWS_CONFIG_FILE
is defined,boto
will look for.aws
in~/
.I wonder, how
boto
finds the user folder on Windows?I have a case where
os.getenv('USERPROFILE')
shows a path to.aws
yetboto
saysUnable to locate credentials
.How does it locate the user profile folder?
Beta Was this translation helpful? Give feedback.
All reactions