Amazon S3 permissions
        Posted  
        
            by Joe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joe
        
        
        
        Published on 2009-04-19T19:51:07Z
        Indexed on 
            2010/05/15
            20:54 UTC
        
        
        Read the original article
        Hit count: 240
        
Trying to understand S3...How do you limit access to a file you upload to S3? For example, from a web application, each user has files they can upload, but how do you limit access so only that user has access to that file? It seems like the query string authentication requires an expiration date and that won't work for me, is there another way to do this?
© Stack Overflow or respective owner