如何设置“Cloudfront Access Origin Identity?”
我想使用此插件设置安全的cloudfront流:
http://flowplayer.org/plugins /streaming/cloudfront/index.html
但是,我不知道如何执行第二步(“创建您的 Cloudfront 访问原始身份”),因为我不知道“Cloudfront 访问原始身份”是什么。仅仅是一个用户吗?
I want to set up secure cloudfront streaming using this plugin:
http://flowplayer.org/plugins/streaming/cloudfront/index.html
However, I don't know how to perform the second step ("Create your Cloudfront Access Origin Identity") because I have no idea what a "Cloudfront Access Origin Identity" is. Is it just a user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看以下文档
http://docs.amazonwebservices.com/AmazonCloudFront/latest/ DeveloperGuide/HowToPrivateContent.html
该文档解释了如何设置原始访问身份+签名网址。
Check out the following docs
http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/HowToPrivateContent.html
The docs explains how to setup origin access indentity + signed urls.
这是一个有用的堆栈溢出答案,涵盖了端到端的整个过程:
开始使用 Python 进行安全 AWS CloudFront 流式处理
Here's a useful stack overflow answer that covers the whole process end to end:
Getting started with secure AWS CloudFront streaming with Python