minio / minio-dotnet

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

Support for keyed services #1147

Open vugarli opened 3 months ago

vugarli commented 3 months ago

Microsoft has added a DI feature for keyed services.

I have a use case where I need to have different clients with different credentials.

If the maintainers agree, I can open a pull request.