Closed FreeLiveTutor closed 8 years ago
These examples no longer exist in the new plugin repo architecture, however I should resurrect them.
Issue acknowledged - thanks for reporting. :)
AwsSum is now deprecated in favour of the offical aws-sdk from Amazon. Thanks for opening this originally.
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) {