minio / minio-dotnet

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

V5.0.0 patch release for a customer #1193

Closed ebozduman closed 1 month ago

ebozduman commented 1 month ago

A customer complained about PutObjectAsync api not supporting zero sized objects. The customer uses version 5.0.0, so the patch fix is created on version 5.0.0.

ramondeklein commented 1 month ago

Are we planning to deploy a new v5 SDK version?

ebozduman commented 1 month ago

Yes. The decision is to create a patch release for the customer and the only requirement the customer asked for is to support zero-sized files/objects.

ramondeklein commented 1 month ago

@ebozduman If they can do non-zero size files using this method, then I'm fine with that.