MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access issue

gorankrgovic opened this issue · comments

Action is uploading everything to the S3 but in my case I cannot access the files from the URL - Error: ERR_CONTENT_ENCODING_FAILED. Uploaded using ContentEncoding: 'gzip'

@gorankrgovic can you paste your configuration? I've not seen that before. Are you gzip-ing the files separately and then uploading them using the gzip option? (this module doesn't do the gzip-ing).