chilts / awssum

(deprecated: use aws-sdk) Node.js modules for talking to lots of Web Service APIs.
Other
462 stars 57 forks source link

Method typo s3.listObjects in list-objects-europe.js #152

Closed FreeLiveTutor closed 8 years ago

FreeLiveTutor commented 11 years ago

Hi Great library. I spotted a minor typo that prevents the list-objects-europe.js in examples/amazon working.

list-objects.europe.js line 28 :

s3.listObjects(options1, function(err, data) {

should be :

s3.ListObjects(options1, function(err, data) {

chilts commented 11 years ago

These examples no longer exist in the new plugin repo architecture, however I should resurrect them.

Issue acknowledged - thanks for reporting. :)

chilts commented 8 years ago

AwsSum is now deprecated in favour of the offical aws-sdk from Amazon. Thanks for opening this originally.