lib/fluent/plugin/in-sqs.rb in fluent-plugin-aws-sqs-1.0.4 vs lib/fluent/plugin/in-sqs.rb in fluent-plugin-aws-sqs-1.0.5

- old
+ new

@@ -20,18 +20,9 @@ config_param :stub_responses, :bool, default: false def configure(conf) super - # configured "port" is referred by `@port` or instance method #port - if @aws_key_id == nil - raise Fluent::ConfigError, "aws_key_id configuration key is mandatory" - end - - if @aws_sec_key == nil - raise Fluent::ConfigError, "aws_sec_key configuration key is mandatory" - end - if @tag == nil raise Fluent::ConfigError, "tag configuration key is mandatory" end if @sqs_url == nil