Genbox / SimpleS3

A .NET Core implementation of Amazon's S3 API with focus on simplicity, security and performance
MIT License
48 stars 8 forks source link

Seperate MultipartUploadAsync & MultipartDownloadAsync from IMultipartClient #10

Closed LordMike closed 3 years ago

LordMike commented 4 years ago

.. these are extensions/helpers and do not need to be part of the client API surface.

Potentially add downloadpart to IMultipartClient as well (could reduce dependency from multipartclient on objectclient).