【发布时间】:2018-03-29 16:32:19
【问题描述】:
我将文件从 AWS S3 复制到我的本地文件系统。从 I/O 的角度来看,使用 boto 模块中的 get_contents_to_filenamehttp://docs.pythonboto.org/en/latest/ref/s3.html 与 CLI aws s3 cp http://docs.aws.amazon.com/cli/latest/reference/s3/cp.html 命令本身有什么区别?一个比另一个更快或更多推荐?
【问题讨论】:
标签: amazon-web-services amazon-s3 boto boto3 aws-cli