adamhenson / s3-image-uploader

A Node.js module for resizing, and uploading files to Amazon S3 with capability to track progress using websockets.
Other
44 stars 5 forks source link

No working example #4

Open LukeXF opened 6 years ago

LukeXF commented 6 years ago

Your link to coding examples in the README.md loads to one of your repos that no longer exists. Any suggestions?

adamhenson commented 6 years ago

Wow, @LukeXF - somehow I deleted that repo accidentally. Well, that's not good.

Thanks for bringing this to my attention and filing the issue. I will find out if there's anything I can do to revive it. In the meantime let's definitely keep this issue open.

To be honest, I imagine there are better modules out there as this one is rather old and I have not updated it in a while. I don't plan on adding any more features or contributing to it anytime soon - FYI.

LukeXF commented 6 years ago

Thanks for the response Adam, would you be kind enough to recommend any S3 image uploading repos for node?

adamhenson commented 6 years ago

I haven’t done much work with file uploading files, but I’d take a look at the top results when searching through npm. Looks like AWS has a module (might be harder to learn but would probably pay off): https://www.npmjs.com/package/aws-sdk

Sent from my iPhone

On Dec 23, 2017, at 3:58 PM, Luke Brown notifications@github.com wrote:

Thanks for the response Adam, would you be kind enough to recommend any S3 image uploading repos for node?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.