http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/ServingCompressedFiles.html
According to the above doc, for cloud-front to gzip compress files it receives from origin, the response header from origin(s3) should contain Content-Length
.
- How to know if s3 is sending the above information in the header to cloud-front
- How to set above in response header if it is not set already?