chilts / awssum-amazon-cloudsearch

(deprecated: use aws-sdk) NodeJS module to talk to Amazon CloudSearch.
Other
5 stars 2 forks source link

awsSignatureV4 undefined. #1

Closed jhnlsn closed 11 years ago

jhnlsn commented 11 years ago

awssum-amazon-cloudsearch.js line 92-96 fails because awsSignatureV4 is undefined.

chilts commented 11 years ago

Hi John,

Removed those lines since we're now inheriting from amazon.AmazonSignatureV4 anyway.

Released to npm as v1.0.2.

Many thanks for reporting this issue. :)

Cheers, Andy

jhnlsn commented 11 years ago

thanks