Automattic / knox

S3 Lib
MIT License
1.74k stars 285 forks source link

aws-sdk-js #233

Closed connor11528 closed 10 years ago

connor11528 commented 10 years ago

Does knox play nicely with the AWS javascript sdk(https://github.com/aws/aws-sdk-js)? I have a node-angular app where I'd like people to upload and download from an S3 bucket

domenic commented 10 years ago

Knox and aws-sdk-js are two different libraries, both of which can upload and download from S3. I'm not sure what you mean by "play nicely"?

connor11528 commented 10 years ago

checking if the AWS sdk replaces this module. I guess I could use knox to upload/download to/from my S3 and use the sdk for other amazon services