在 S3 上创建受密码保护的照片库的最佳方法?

发布于 2024-09-15 18:05:25 字数 106 浏览 1 评论 0原文

我想在 Amazon S3 上托管我的照片库。有些是公开的,有些是受密码保护的。实现这一目标的最佳方法是什么?据我所知,S3 不支持 .htaccess 文件。

谢谢, 伊斯特万

I'd like to host my photo galleries on Amazon S3. Some would be public, some password-protected. What is the best way to achieve this? As far as I know S3 doesn't supports .htaccess files.

Thanks,
Istvan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

寂寞陪衬 2024-09-22 18:05:25

在 S3 中本地管理用户权限是“可能的”,但它并不真正实用或可扩展。

一个更实用的解决方案(在我看来)是管理其他 Web 应用程序中的身份验证和权限,然后让该应用程序提供指向 S3 中文件的临时(过期)链接。

It is "possible" to manage user permissions in S3 natively, but it's not really practical or scalable.

A much more practical solution (in my opinion) is to manage authentication and permissions in some other web application and then have that application provide temporary (expiring) links to the files in S3.

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