clineamb / gulp-s3-upload

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

Doesn't work anymore because of upgrade of hasha #25

Closed ghost closed 9 years ago

ghost commented 9 years ago

this library no longer work because signature of hasha.fromFile changed - it no longer accept callback, but returns promise instead.

clineamb commented 9 years ago

Gotcha, fix coming later today

kohey18 commented 9 years ago

:+1:

clineamb commented 9 years ago

Fixed! Went with synchronously hasha-ing the file._contents buffer.