Question
I need to Upload file from my website to DO Spaces using Asp.Net MVC
I have created Space and endpoint url is https://fra1.digitaloceanspaces.com/ and I have created API access key and secret keys too.
I had followed this https://www.digitalocean.com/community/questions/uploading-file-to-do-spaces-using-aws-sdk-net-net-core.
But I receive error as
Error making request with Error Code InvalidArgument and Http Status Code BadRequest. No further error information was returned by the service..
Kindly help me out.