Force CloudFront distribution/file update
        Posted  
        
            by Martin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Martin
        
        
        
        Published on 2009-08-12T19:17:45Z
        Indexed on 
            2010/04/01
            8:23 UTC
        
        
        Read the original article
        Hit count: 434
        
I'm using Amazon's CloudFront to serve static files of my web apps.
Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be refreshed?
Amazon recommend that you version your files like logo_1.gif, logo_2.gif and so on as a workaround for this problem but that seems like a pretty stupid solution. Is there absolutely no other way?
© Stack Overflow or respective owner