从 Amazon S3 在全球范围内提供用户生成的内容共享服务的最佳实践是什么?

发布于 2024-10-21 19:33:48 字数 159 浏览 4 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴情换悲伤 2024-10-28 19:33:48

你已经有了答案。这正是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文