Windows环境下使用AWS python SDK boto3 连接到 S3 2019/08/12 | AWS | admin | 暂无评论 | 2242 views 官方文档:https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html 我这里的环境是: Win10+python3.6 1. 打开cmd窗口安装boto3:pip install boto3 2. 配置你的 aws_access_……