Customizing the look of S3 expiring urls
        Posted  
        
            by Gregoriy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gregoriy
        
        
        
        Published on 2010-04-06T03:36:21Z
        Indexed on 
            2010/04/06
            3:43 UTC
        
        
        Read the original article
        Hit count: 401
        
amazon-s3
Creating expiring links for Amazon S3 buckets, could I somehow change the name of AWSAccessKeyId to something else (to custom it, to speak so) so that not to disclose the use of Amazon in my web applications?
For now, it looks like so: http://video.mysite.com/T154456.flv?AWSAccessKeyId=1ESOMESPECIALIDJJAKJ6RA82&Expires=1241372284&Signature=ddfr%2BlkoSEPAL%2BGbMwlMzj6q%2BCY%3D
Or, in order to not open another question, what are other (tricky?) ways to expire S3 links without the use of proxy?
© Stack Overflow or respective owner