Automattic / knox

S3 Lib
MIT License
1.74k stars 285 forks source link

Is this repo still maintained? #308

Open radiovisual opened 8 years ago

radiovisual commented 8 years ago

First off, hats off to the knox team and contributors for doing a great job on this useful module! 🎩 👍

Just curious if the knox team and contributors are still interested in this project?

Just asking because it seems there are a lot of pending/ignored issues and pull requests, some of which are rather important, like #254 and #273. If I wanted to submit a Pull Request to close some of the pending issues, is there anyone out there to review/merge in a timely manner?

Thanks again!

adamreisnz commented 7 years ago

It looks like the answer is "no", judging by the lack of response in 2+ months :(

PolGuixe commented 7 years ago

Are you using another alternative?

jakubzitny commented 7 years ago

@PolGuixe EvaporateJS

PolGuixe commented 7 years ago

@jakubzitny having a glance at EvaporateJS it looks like a browser client fro S3, while Knox is a Node client. Can EvaporteJS be used as a client?

jakubzitny commented 7 years ago

@PolGuixe yup.

rouanw commented 5 years ago

I would recommend using the official AWS node client.

If don't want to rewrite code, I've created knoxy, which is a library that wraps the AWS client with the knox API. If you happen to use the same knox methods as me, it will be a simple drop-in replacement. If not, you may have to open a PR to add what you need 😄