gpt4 book ai didi

python - boto3 中 download_file 和 download_fileobj 有何不同?

转载 作者:行者123 更新时间:2023-12-01 07:17:40 26 4
gpt4 key购买 nike

我想下载 amazon s3 中的文件。我已经使用了boto3 sdk,我想知道boto3中download_file和download_fileobj之间的区别?

最佳答案

来自documentation ,明确提到:

download_file(Bucket, Key, Filename, ExtraArgs=None, Callback=None, Config=None)

Download an S3 object to a file.

download_fileobj(Bucket, Key, Fileobj, ExtraArgs=None, Callback=None, Config=None)

Download an object from S3 to a file-like object. The file-like object must be in binary mode. This is a managed transfer which will perform a multipart download in multiple threads if necessary.

一种是文件,另一种是二进制模式的类文件对象。

关于python - boto3 中 download_file 和 download_fileobj 有何不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57868574/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com