C# Asp.net The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

Add following line in web.config





 <appSettings>
      <add key="AWS.S3.UseSignatureVersion4" value="true" />
</appSettings>



or refer following URL






Comments

Popular posts from this blog

Convert Html Code to Image JPG PNG in asp.net C#