soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
868 stars 81 forks source link

Cleanup multipart download and allow for concurrent downloads #705

Closed adam-fowler closed 6 months ago

adam-fowler commented 6 months ago

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.