sailthru / sailthru-node-client

Sailthru Node.js client
http://docs.sailthru.com
MIT License
17 stars 15 forks source link

FIX multipart upload issue by updating dependency #32

Closed marcelhamel closed 5 years ago

marcelhamel commented 5 years ago

'fs' module changes between Node 7 and Node 8 have caused import jobs to stop working. This fix updates the 'restler' dependency (no longer maintained) to 'restler-base' (an actively maintained fork).