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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.