Unable to use Cloudfront Compression Due to Lack of Content-Length Header
Closed this issue · 1 comments
kyledecot commented
I am attempting to use CloudFront to serve my ember application and am wanting to use the gzip compression that it provides but this is currently not possible as one of the requirements is that objects in the bucket have their Content-Length
header set which currently doesn't happen:
See number 7 under "Using CloudFront to Compress Your Content"
kyledecot commented
Apparently it just shows up as "Size" under the object details. Closing