logstash-input-s3-local 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59217a193910f4a51b79730da1a147763368573431484000cbd1c3c95e244ac5
4
- data.tar.gz: 56d8e764212eeb09902fd23e1af8872de6bcb6225db0b9542b570687b49c938d
3
+ metadata.gz: 68b69990ad0ee5bedc456e6c53576391fa8e4c824c92a2add72b338532e132f2
4
+ data.tar.gz: 1fde4dfa15d35357a020a641fd58b2baadb9431eb0b8922795aa1b34b8ffc26d
5
5
  SHA512:
6
- metadata.gz: bac3594b1a616d83e81f2e167814abe6fb22e33b4c771da30dfc0f6e1503174a8c90e8ac233fa77acba4853d41cd33529a6232ace49f8fa9a2d63a2e4b14c53d
7
- data.tar.gz: fd808b6a311a9bc3ac20d1c7a7fa49a2cbd200cc0c23ef9d02ec3fa52771e2641b43effef53518bf36eb7bccced9abaaef32582ee328c3cb71c80c85ef1f1b57
6
+ metadata.gz: 218400792168b2e94d348a7dc00c77c1fb35fe085fa1e6b440ed5b2de6c949f8df53bde7139224c625a96b9b52c09cb44ac0f4153495abd85e79a34291f4bc7f
7
+ data.tar.gz: 07b39a1b8c64d0c450a29ef4625e0c6be7a8a736ba61c0feddaf7c412a9fd3a4a79258d62bdfb31aacbd22f3992d9cbf1db26ffc5a1aaf0ae92b60552a5a1e6e
@@ -25,7 +25,7 @@ Aws.eager_autoload!
25
25
  class LogStash::Inputs::S3L < LogStash::Inputs::Base
26
26
  include LogStash::PluginMixins::AwsConfig::V2
27
27
 
28
- config_name "s3l"
28
+ config_name "minio"
29
29
 
30
30
  default :codec, "plain"
31
31
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-s3-local'
4
- s.version = '3.4.0'
4
+ s.version = '3.4.1'
5
5
  s.licenses = ['Apache-2.0']
6
6
  s.summary = "Streams events from files in a S3 bucket"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-s3-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -117,7 +117,7 @@ files:
117
117
  - docs/index.asciidoc
118
118
  - lib/logstash/inputs/s3l.rb
119
119
  - lib/logstash/inputs/s3l/patch.rb
120
- - logstash-input-s3.gemspec
120
+ - logstash-input-s3-local.gemspec
121
121
  - spec/fixtures/cloudfront.log
122
122
  - spec/fixtures/compressed.log.gz
123
123
  - spec/fixtures/compressed.log.gzip