ixixi / fluent-plugin-sqs

Store fluent-event as queue message to Amazon SQS.
35 stars 53 forks source link

Explicitly set dependency to AWS v1 #24

Closed jgmchan closed 8 years ago

jgmchan commented 8 years ago

The latest td-agent package comes with AWS v1 and v2 libraries but it uses v2 by default which is not compatible.

Explicitly use AWS SDK v1 until the code is changed to use v2 and older fluentd versions are no longer around.

ixixi commented 8 years ago

Thanks for your PR. released v1.7.0

jgmchan commented 8 years ago

Wow, thanks for the quick response! Now I need to go and undo the workaround I just finished implementing on our platform :)