How to securely serve S3 files to blog
        Posted  
        
            by Hugo Palma
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hugo Palma
        
        
        
        Published on 2010-05-10T09:14:52Z
        Indexed on 
            2010/05/10
            10:04 UTC
        
        
        Read the original article
        Hit count: 305
        
I'm starting a blog and i'm in the process of choosing where should i host it. For now i want a free solution like Blogger or Wordpress.com.
The problem i'm facing is that i want to use files i have in a S3 bucket in my blog but none of the blog solutions i found supports any kind of server code, which means that in order to use S3 query string authentication i would have to put vulnerable information in the client. For obvious reasons i don't want to do that.
So, i'm looking for ideas on how i can safely include content from S3 in a free blog host.
© Stack Overflow or respective owner