1

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!

Nasim
  • 11
  • 3

1 Answers1

0

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

Sawrub
  • 683
  • 5
  • 16
Nasim
  • 11
  • 3