How to generate signed URLs for Amazon S3 exposed by CloudFront using.NET

独自空忆成欢 提交于 2019-12-06 11:55:42

Finally I've solved the issue using the sample code from AWS Developer Guide: Create a URL Signature Using C# and the .NET Framework

The issue seem to be related to the PrivateKey.xml

Remember to replace PrivateKey.xml with your PrivateKey (which can be generated / downloaded from AWS root account settings). As a next step it has to be converted from PEM to XML (required by .NET)

Nice and easy way to convert from PEM to XML is by using an - online converter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!