[nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Srirangan
Hi, Search on NNPM didn't get me any results. Is there a well maintained Amazon AWS S3 library / SDK for Node.js? If not, I'll be building one. Will probably end up using https://github.com/mikeal/request Any links, ideas, tips, suggestions? - Sri Srirangan | +91 9711 477 595 | About

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Rob Ashton
https://github.com/appsattic/node-awssum This is quite active On Fri, Apr 27, 2012 at 10:53 AM, Srirangan wrote: > Hi, > > Search on NNPM didn't get me any results. > > Is there a well maintained Amazon AWS S3 library / SDK for Node.js? > > If not, I'll be building one. Will probably end up usi

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Srirangan
Excellent, thanks! Srirangan | +91 9711 477 595 | About GitHub LinkedIn Twitter | Review19 "Make better decisions" On Fri, Apr 27, 2012

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Tom Wilson
Also check out : Knox https://github.com/LearnBoost/knox Sent from my iPhone On Apr 27, 2012, at 4:56 AM, Srirangan wrote: Excellent, thanks! Srirangan | +91 9711 477 595 | About GitHub LinkedIn

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Rob Ashton
" Not outdated :), developed for node 0.2.x " (Last commit is 5 months ago) That's a joke right? :P Rob On Fri, Apr 27, 2012 at 11:51 AM, Tom Wilson wrote: > Also check out : Knox https://github.com/LearnBoost/knox > > Sent from my iPhone > > On Apr 27, 2012, at 4:56 AM, Srirangan wrote: >

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Tom Wilson
It may be :), I am using with success on node 0.6 with no problems. Sent from my iPhone On Apr 27, 2012, at 6:05 AM, Rob Ashton wrote: " Not outdated :), developed for node 0.2.x " (Last commit is 5 months ago) That's a joke right? :P Rob On Fri, Apr 27, 2012 at 11:51 AM, Tom Wilson wrote:

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Arnout Kazemier
We are using https://github.com/SaltwaterC/aws2js which is working out really nicely On Friday, April 27, 2012 at 12:10 PM, Tom Wilson wrote: > It may be :), I am using with success on node 0.6 with no problems. > > Sent from my iPhone > > On Apr 27, 2012, at 6:05 AM, Rob Ashton (mailto:roba

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Rob Ashton
That looks pretty complete! On Fri, Apr 27, 2012 at 12:13 PM, Arnout Kazemier wrote: > We are using https://github.com/SaltwaterC/aws2js which is working out > really nicely > > On Friday, April 27, 2012 at 12:10 PM, Tom Wilson wrote: > > It may be :), I am using with success on node 0.6 with no

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-04-27 Thread Matthew Hazlett
This lib uses the old SSH1 not the recommended SSH2. I used this lib and found the streaming upload to S3 had issues with authentication, however the normal S3 PUT worked as well as the SNS. On 4/27/2012 4:54 AM, Rob Ashton wrote: https://github.com/appsattic/node-awssum This is quite activ

Re: [nodejs] Amazon AWS S3 SDK / Library?

2012-05-02 Thread Andrew Chilton
Hi all, On 28 April 2012 00:24, Matthew Hazlett wrote: > I used this lib and found the streaming upload to S3 had issues with > authentication, however the normal S3 PUT worked as well as the SNS. Unfortunately this is working for me so I'm not quite sure what problem Matthew has encountered. O