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

Multipart support for AsyncSequence of ByteBuffers #664

Closed adam-fowler closed 1 year ago

adam-fowler commented 1 year ago

Supports multipart uploading data from an AsyncSequence. Given the concurrency code is a lot simpler to read, it has been possible to add concurrent upload of parts, which with EventLoopFutures was going to be such a pain to implement I never tried.