Securing S3 via your own application
Posted
by Neil Middleton
on Stack Overflow
See other posts from Stack Overflow
or by Neil Middleton
Published on 2010-03-23T16:51:25Z
Indexed on
2010/03/23
16:53 UTC
Read the original article
Hit count: 382
Imagine the following use case:
You have a basecamp style application hosting files with S3. Accounts all have their own files, but stored on S3.
How, therefore, would a developer go about securing files so users of account 1, couldn't somehow get to files of account 2?
We're talking Rails if that's a help.
© Stack Overflow or respective owner