Skip to content

Conversation

@daveisfera
Copy link

Each download does a HEAD before the GET, but unless the file is possible a very large file that would benefit from multipart download, then this is just adding unneeded operations and delay. This PR changes it so that multipart_threshold being 0 will skip the HEAD call and I'd argue that this should be the changed to the default behavior as well

Related to boto/boto3#3083

@daveisfera
Copy link
Author

Changed to None since there's a check that the value isn't 0

@daveisfera daveisfera force-pushed the disable_download_head branch from 7f69e3a to 4f27bcf Compare October 17, 2024 20:43
@daveisfera daveisfera force-pushed the disable_download_head branch from 4f27bcf to e63993b Compare October 17, 2024 20:50
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

Successfully merging this pull request may close these issues.

1 participant