查找 ~/.aws 以在 Cloud9 中设置 Boto3 凭证和区域

Find ~/.aws to Setup Boto3 Credentials and Region in Cloud9

我最近在使用 Ubuntu 的 Cloud9 IDE 中安装了 boto3。以下是我在终端中看到的内容:

~/workspace (master) $ pip install boto3
Requirement already satisfied (use --upgrade to upgrade): boto3 in /usr/local/lib/python2.7/dist-packages

然后我尝试设置 Credentials 和 Region,但找不到 /.aws 文件夹。

我试过如下找到文件夹:

~ $ find aws
find: `aws': No such file or directory

我也尝试过手动搜索该文件夹,但无济于事。如何找到目录以便设置我的凭据和区域?

您需要安装 aws cli 来配置凭据和区域。看到这个 Boto3 guide