laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

is there a way to override file's encoding? #252

Open vitaly opened 7 years ago

vitaly commented 7 years ago

I want my pages to have no .html sufix, but be gzipped.

so I prerun gzip but then I need to be able to specify that the content-type is html with encoding gzip. so far I only managed to specify content type, can't figure out encoding