Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
The content stored on cloudfront is gzip'd. Being that its stored in that format, its not allowing any content negotiation. So you get the content gzip'd whether you like it or not.
PHP provides gz functions that should allow you to decompress this.
gz