Tagged Questions
4
votes
1answer
1k views
How should I reference precompressed versions of static files hosted with Amazon's S3?
I have a website that serves static assets (CSS, JavaScript, images) directly from Amazon's S3. As far as I know S3 does not support gzip even when browsers accept it.
What problems might arise if ...