You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can serve stuff from s3 gzipped (with Content-Encoding: gzip) but the uploader has to upload it already gzipped. S3 will not do this for you. s3-uploader needs know to gzip files such as html, js, css but not already compressed files like png, jpeg.
You can serve stuff from s3 gzipped (with Content-Encoding: gzip) but the uploader has to upload it already gzipped. S3 will not do this for you. s3-uploader needs know to gzip files such as html, js, css but not already compressed files like png, jpeg.
More info:
http://www.rightbrainnetworks.com/blog/serving-compressed-gzipped-static-files-from-amazon-s3-or-cloudfront/
http://stackoverflow.com/questions/5442011/serving-gzipped-css-and-javascript-from-amazon-cloudfront-via-s3
The text was updated successfully, but these errors were encountered: