0

I wanna add a user on MinIo with C# code but I do not understand what packages on NuGet Gallery are appropriate for this please help me for finding a package so that I can resolve my problem.

johny
  • 13
  • 1
  • You could try to use the official SDK https://www.nuget.org/packages/Minio – gjhommersom Aug 25 '21 at 09:10
  • tank you for answering but I wanna add a user and I can not find method for adding in this class. Could you tell me about this method – johny Aug 25 '21 at 11:27

1 Answers1

1

The user management and Admin apis are not part of any s3 compatible minio SDKs.

there are 2 Solutions:

  1. use: madmin-go written in golang.
  2. invoke the mc commands mc (like shell commands)
Prakash S
  • 1,695
  • 3
  • 11
  • 20