You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In S3Transfer.download if the object is over a predetermined size a multipart download is used. extra_args is being passed to MultipartDownloader.download_file but download_file does not pass it to self.client.get_object. This causes failures when using any of the ALLOWED_DOWNLOAD_ARGS.
The text was updated successfully, but these errors were encountered:
s3transfer 0.6.0
In
S3Transfer.download
if the object is over a predetermined size a multipart download is used.extra_args
is being passed toMultipartDownloader.download_file
but download_file does not pass it toself.client.get_object
. This causes failures when using any of the ALLOWED_DOWNLOAD_ARGS.The text was updated successfully, but these errors were encountered: