Closed nwayve closed 6 years ago
Found what I was doing wrong, and I feel a bit silly about it. Was trying to run this command under my "foo" profile in my ~/.aws/credentials file. The solution I found under this Github issue.
In short, just needed to run the command awsmobile configure aws --profile foo
aws-cli version: 1.15.59 awsmobile-cli version: 1.1.4
aws --profile foo s3 ls
Lists my S3 buckets using the foo profile defined in my ~/.aws/credentials file.My ~/.aws/credentials file:
My credentials file has the profile defined. I can reference it using the aws-cli, but the awsmobile-cli is not able to find it using the same credentials file the aws-cli uses.