aws-cli permission denied

After installed aws in mac, need to run aws configure to do the configuration, if you met permission denied problems, please run below cmd to fix:

 sudo chown $(whoami) ~/.aws/credentials

You'll probably also need to do the same thing for ~/.aws/config as well

If that file exists

猜你喜欢

转载自blog.csdn.net/qq_26188449/article/details/82112501