Fix S3 querystring auth.
Review Request #4457 — Created Aug. 14, 2013 and submitted — Latest diff uploaded
Fix S3 querystring auth. The boto-based S3 backed defaults to using query-string authentication, which causes the URL to expire after a while. This is meant to prevent hot-linking, but in our case, it's easy to have it not quite sync up with our caching, ending up with a cached link which is then expired. This change turns off querystring auth in the storage backend.
Configured my devserver to use S3, and uploaded a file. Checked and saw that the relevant URLs generated no longer contained the various querystring parameters.