【发布时间】:2018-06-13 23:36:05
【问题描述】:
有没有办法在 Python3 中使用 boto3 同时下载 S3 文件? 我知道aiobotocore 库,但我想知道是否有办法使用标准的boto3 库来做到这一点。
【问题讨论】:
-
通过查看at the code,我会说它已经自行完成(在我粘贴的链接中查找
max_concurrency) -
不应该使用
aiobotocore的常见原因有哪些?
标签: python python-3.x amazon-s3 boto3 botocore