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
AWSCLI -- discovery of the week! Thanks very much
Have set up the config file - mint-linux-15 -- in ~/.aws but get
Unable to locate credentials
when trying to access any command which requires actual AWS access
Steps to reproduce
pip install awscli
Create config file
[default]
aws_access_key = AKIAIYXXXXXXX.......
aws_secret_access_key = NOlG1VXEGXXXXX....
region = ap-southeast-2
3. Check privs on ./aws/config =666
Tried so far
pip upgrade
Set AWS_DEFAULT_OUTPUT with config path
Any tip welcome
Thanks very much
The text was updated successfully, but these errors were encountered:
By default, the tools will look for credentials in ~/.aws/config. If you wish to store the config file elsewhere, you can do so and then set the AWS_CONFIG_FILE environment variable.
If you are still having issues, try running a command with the --debug output and post that info here.
By default, the tools will look for credentials in ~/.aws/config. If you
wish to store the config file elsewhere, you can do so and then set the
AWS_CONFIG_FILE environment variable.
If you are still having issues, try running a command with the --debugoutput and post that info here.
Thanks!
Reply to this email directly or view it on GitHubhttps://github.com//issues/351#issuecomment-24431664
.
AWSCLI -- discovery of the week! Thanks very much
Have set up the config file - mint-linux-15 -- in ~/.aws but get
Unable to locate credentials
when trying to access any command which requires actual AWS access
Steps to reproduce
[default]
aws_access_key = AKIAIYXXXXXXX.......
aws_secret_access_key = NOlG1VXEGXXXXX....
region = ap-southeast-2
3. Check privs on ./aws/config =666
Tried so far
Any tip welcome
Thanks very much
The text was updated successfully, but these errors were encountered: