samthebest
samthebest

Reputation: 31553

aws cli broken? Get "string indices must be integers"

For some reason since recently installing awscli I can't seem to do anything I just keep getting string indices must be integers

> aws s3 ls s3://foo

string indices must be integers

I've tried uninstalling and reinstalling with brew and pip.

Upvotes: 0

Views: 772

Answers (1)

samthebest
samthebest

Reputation: 31553

This is a horrible bug in the awscli error reporting. You need to first run aws configure

Upvotes: 2

Related Questions