lib/logstash/inputs/s3.rb in ivanvc-logstash-input-s3-3.1.1.2 vs lib/logstash/inputs/s3.rb in ivanvc-logstash-input-s3-3.1.1.3

- old
+ new

@@ -12,10 +12,10 @@ # Each line from each file generates an event. # Files ending in `.gz` are handled as gzip'ed files. class LogStash::Inputs::S3 < LogStash::Inputs::Base include LogStash::PluginMixins::AwsConfig::V2 - config_name "s3" + config_name "ivanvc_s3" default :codec, "plain" # The name of the S3 bucket. config :bucket, :validate => :string, :required => true