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

Cleanup multipart download and allow for concurrent downloads #705

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

adam-fowler
Copy link
Member

This rewrites S3.multipartDownload to use structured concurrency (for some reason I had unstructured tasks in there before) and allows for multiple part downloads to happen at the same time. This should speed up multipart file download considerably.

@adam-fowler adam-fowler requested a review from 0xTim January 8, 2024 16:02
@adam-fowler adam-fowler merged commit 10ac998 into 7.x.x Jan 10, 2024
1 of 7 checks passed
@adam-fowler adam-fowler deleted the multipart-download-cleanup branch January 10, 2024 16:30
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.

2 participants