Reputation: 497
I just installed boto3 in my windows machine using
pip install boto3
through cmd prompt. I'm following steps from here and not able to find the credentials file or config file mentioned in those steps.
Any advise please?
Upvotes: 3
Views: 2382
Reputation: 5655
The credentials are located under:
C:\Users\USERNAME\.aws\credentials
Just follow AWSCLI setup guide:
Upvotes: 5