Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extra_args not being passed to get_object in MultipartDownloader #256

Open
cfxegbert opened this issue Nov 11, 2022 · 0 comments
Open

extra_args not being passed to get_object in MultipartDownloader #256

cfxegbert opened this issue Nov 11, 2022 · 0 comments

Comments

@cfxegbert
Copy link

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant