fluent-plugins-nursery / fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd
MIT License
201 stars 141 forks source link

Fix typos in STS endpoint setup #210

Closed 0x63lv closed 3 years ago

0x63lv commented 3 years ago

Apparent typo in STS endpoint setup code, as evident by errors when used with Fluentd to query CloudWatch Logs:

unexpected error error_class=NameError error=\"undefined local variable or method `credentails_options' for #<Fluent::Plugin::CloudwatchLogsInput:0...>\"
0x63lv commented 3 years ago

Similar to #209, however, there is one more file with the same typo.

stephencoetzee commented 3 years ago

Code looks good and exactly what I need as well. Have the same issue and a gem build and manual install of the resulting gem works. Please merge oh mighty maintainer overlords.