clineamb / gulp-s3-upload

A gulp task to upload/update assets to an S3 account.
62 stars 37 forks source link

add option to modify the lookup used to match MIME type #4

Closed zephor closed 9 years ago

zephor commented 9 years ago

Not sure about the API. My use case for this is I need my gzipped files (which have a .gz extension) to be given the same MIME type as the underlying file (for example my files are .js.gz I'd like that to be MIME type of application/javascript).

clineamb commented 9 years ago

Seems good! Merged & thanks. (: