FluentStorage icon indicating copy to clipboard operation
FluentStorage copied to clipboard

Rewriting our MinIO support to use the MinIO .NET SDK

Open robinrodricks opened this issue 1 year ago • 1 comments

Currently we have MinIO support using the AWS SDK. What is the community's view on rewriting this to use the official MinIO Client SDK instead of the AWS SDK? Would there be any benefits?

This would necessitate a new package FluentStorage.MinIO which would have a completely different implementation compared to FluentStorage.AWS.

robinrodricks avatar Aug 17 '24 05:08 robinrodricks

I know that it would be a lot of work. But from my point of view it would be better. Not all things work the same in MinIO as they do in S3.

hejdamax avatar Apr 05 '25 10:04 hejdamax