How to connect to IONOS cloud storage with c#

226 views Asked by At

I am a beginner in programing. I want to access my S3 storage in IONOS with a c# ASP.NET Core web-API program. I don't know which Nuget-Packet should I install and how to define for c# the 'Endpoint', that is given in Ionos documentaions.
Thanks a lot for your helps

I have tried with AWSSDK.S3 packet. But was unsuccessfull!

1

There are 1 answers

0
Nasim On

I have found the Nuget Package 'Minio'. It works with S3 compatible storage such as IONOS. It has a good documentation.