大家
我正在尝试使用AWS S3和aws-cli,但我只是因为所有命令行输入而出现以下错误。
A client error (InvalidClientTokenId) occurred when calling the ListAccountAliases operation: The security token included in the request is invalid.
我正在使用Ubuntu 14.04.1并通过aws-cli
安装sudo pip install awscli
我在IAM控制台上创建了一个用户,并为用户设置了相关的策略。
我通过运行aws-cli
aws configure
设置了配置
我在S3控制台上创建了一个存储桶,并设置了一个允许上述用户访问此存储桶的策略。
但是,命令行(终端)上的所有命令(我知道)都给了我上面的错误,我找不到任何关于此的信息。
我试过了,
aws s3 ls
aws s3 ls s3://<my bucket name>
aws iam list-account-aliases
有没有人可以帮我解决这个问题?
致以最诚挚的问候,
Jaehyun