feathersjs-ecosystem / feathers-blob

Feathers service for blob storage, like S3.
http://feathersjs.com
MIT License
92 stars 32 forks source link

Refactor to use promises internally #23

Closed daffl closed 7 years ago

daffl commented 7 years ago

The documentation already uses promises but since callbacks for services will be removed in the next version of Feathers the internal use of them has to be changed as well.