fhemberger / catbox-s3

[MAINTAINERS WANTED] Amazon S3 adapter for catbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library does not function with latest version of Catbox

SpaceMacGyver opened this issue · comments

Catbox has apparently made the decision to force users into async/await. This library assumes a callback pattern and for me is failing in internals.Connection.prototype.start due to a callback no longer being provided:

image

One level up the stack, in catbox/lib/client.js:

image

Thanks for reporting this. I'm aware of the latest changes in catbox, but didn't have the time yet to update catbox-s3.

Help/PR welcome!

Fixed in v4.0.0, thanks @ScottyFillups!