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
Post a Comment