Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

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

Closed
FreeLiveTutor opened this issue Mar 4, 2013 · 2 comments
Closed

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

FreeLiveTutor opened this issue Mar 4, 2013 · 2 comments

Comments

@FreeLiveTutor
Copy link

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
Copy link
Owner

chilts commented Mar 22, 2013

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

Issue acknowledged - thanks for reporting. :)

@chilts
Copy link
Owner

chilts commented Sep 9, 2016

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

@chilts chilts closed this as completed Sep 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants