minio / minio-dotnet

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

minio restfull api #316

Closed codema2015 closed 5 years ago

codema2015 commented 5 years ago

with asp.net , how to use restfull api?

kannappanr commented 5 years ago

we have examples at https://github.com/minio/minio-dotnet/tree/master/Minio.Examples . They are not specific to ASP.NET. I found this example that talks about using AWS .Net SDK with asp.net https://www.codeproject.com/Articles/874149/Store-Files-in-Amazon-S-using-AWS-SDK-in-ASP-NET-M

replacing AWS SDK with Minio SDK should be staright forward. Please let us know if you have further questions.

codema2015 commented 5 years ago

thanks

kannappanr commented 5 years ago

@codema2015 Closing this issue as answered. Please feel free to reach out to us if you have further questions.