Dhiraj
Dhiraj

Reputation: 497

Where is boto3 credentials file in windows located at by default?

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

Answers (1)

Vikyol
Vikyol

Reputation: 5655

The credentials are located under:

C:\Users\USERNAME\.aws\credentials

Just follow AWSCLI setup guide:

Upvotes: 5

Related Questions