从 Amazon S3 在全球范围内提供用户生成的内容共享服务的最佳实践是什么?
使用 Amazon S3 存储用户上传的照片和视频并将其传送给世界各地的用户存在哪些问题?任何位置的用户都可以查看一个用户的上传内容。这是使用 Amazon CloudFront 的用例吗?
我们真的想要一个 Global S3 存储桶 - 为什么亚马逊设置了区域!
干杯
What are the issues for using Amazon S3 to store user-uploaded photos and video and delivering these to users around the world. One user's uploads may be viewed by users in any location. Is this the use-case for using Amazon CloudFront?
We really want a Global S3 bucket - why oh why has amazon set up regions!!
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你已经有了答案。这正是 CloudFront 的用途。
将 CloudFront“链接”到您的存储桶非常简单,这意味着您的内容是从世界各地的多个边缘站点提供的。
与 S3 一样,您可以进行公共或私人分发,并且现在可以使用新的身份和访问管理 (IAM) 也可以保护您的内容。
You already have the answer. That's exactly what CloudFront is for.
Its pretty trivial to 'link' CloudFront to your bucket, which then means your content is served from multiple edge locations around the world.
Like S3, you can public or private ditributions and you can now use the new Identity and Access Management (IAM) to protect your content too.