minio / minio-dotnet

MinIO Client SDK for .NET
https://docs.min.io/docs/dotnet-client-quickstart-guide.html
Apache License 2.0
563 stars 223 forks source link

Can you provide support for shard uploading? I found that Java Go libraries already support it. If possible, thank you very much #1145

Open hardstylewyl opened 1 month ago

hardstylewyl commented 1 month ago

I found some methods in the source code that seemed to support fragmented transmission, but they were all private, such as: NewMultipartUploadAsync, CompleteMultipartUploadAsync, PutObjectSinglePartAsync, PutObjectPartAsync and other methods

LEIRONGHUA commented 1 week ago

Any progress? I also need this functionality for handling multipart uploads in WebApi.