jpillora / grunt-aws

A Grunt interface into the Amazon Node.JS SDK
171 stars 44 forks source link

GZip encoding is breaking video media #51

Closed listenrightmeow closed 8 years ago

listenrightmeow commented 9 years ago

When looping over video uploaded to S3 with this grunt task, the default GZip behavior uploads the content with the appropriate Content-Type header to gzip.

Problem is when playing back video or attempting to loop that video content, I'm met with 'net::ERR_CONTENT_DECODING_FAILED' as a response. This happens when viewing content directly from the S3 url or via Cloudfront.

jpillora commented 9 years ago

you can set compress to false