开发者

Best way to create password-protected photo galleries on S3?

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

Thanks, Istvan


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜