I haven’t been able to find documentation about how to use the spaces Api(DigitalOcean.API) on a .net 6 project
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I believe that it should work with the AWS S3 SDK .NET package:
https://www.nuget.org/packages/AWSSDK.S3/
An alternative option, is to use the HTTP endpoints and convert the
curl
examples from the docs here to .NET HTTP calls:https://docs.digitalocean.com/reference/api/spaces-api/
Hope that this helps!
Best,
Bobby