Amazon S3 enforcing access control

Posted by KandadaBoggu on Stack Overflow See other posts from Stack Overflow or by KandadaBoggu
Published on 2010-05-10T22:14:15Z Indexed on 2010/05/10 22:24 UTC
Read the original article Hit count: 292

Filed under:
|
|

I have several PDF files stored in Amazon S3. Each file is associated with a user and only the file owner can access the file. I have enforced this in my download page. But the actual PDF link points to Amazon S3 url, which is accessible to anybody.

How do I enforce the access-control rules for this url?(without making my server a proxy for all the PDF download links)

© Stack Overflow or respective owner

Related posts about amazon-s3

Related posts about ruby-on-rails