我可以看到:print(type(s))<class 'botocore.client.S3'>print(botocore.client.S3)AttributeError: module 'botocore.client' has no attribute 'S3'
怎么会这样?附注:我的最终目标是返回一个特定于botocore.client.S
我正在尝试使用AWS ECS在docker容器中运行boto3 python脚本。我的脚本需要访问SQS (获取和删除消息)和Lambda (搜索和运行的权限)。docker run -v ~/.aws:/root/.awsAmazon ECS now supports IAM roles for tasks. When you specify an IAM role for a task, its containers can then use