在 S3 上创建受密码保护的照片库的最佳方法?
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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.