ivanvc-logstash-input-s3 3.1.1.2 → 3.1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d29e88de4ea38cb10223efc590136b895dd6959
4
- data.tar.gz: 25b935dea8d0a981863c20a4caa90a7eb1a57576
3
+ metadata.gz: ad487ecc8d5ae12527658f2a6b8316f6e4dd70c1
4
+ data.tar.gz: 6fb1042abd0bac7f46bb97feae844aeffad1e7e8
5
5
  SHA512:
6
- metadata.gz: d4f89a2f916df3fe4952df4e8bb35405cc1cc5aaf12febaa118929135b08227655d637afc4aefb8b50130d40445074ef867ed3782c757b1a0d0ccfb51bf6b453
7
- data.tar.gz: 999cffa33714620a2d0a7a4fbeb25f4984905d1d52f192a8b3f5dfd1a47fc5004ba5080eb8d35cf67bedf623c97e8701e0dd9c233bef85f1cac76eaf08dd19be
6
+ metadata.gz: a8cdc0116ef0270d36866e4cef1ea6919b3f244886feaa6dc9b730b811bff9067f11ce176e05aad66224aaa87a7c887d4154a1f21c3daf9c1d183fad168cb871
7
+ data.tar.gz: 0b131bb432d7e13b92e9eb57753fac2df204696efdb833d60ccc48df11c17107e4570e03ef827db792beae93167c73bf61f62b15d50446b8d49405e555f81e21
@@ -14,7 +14,7 @@ require "stud/temporary"
14
14
  class LogStash::Inputs::S3 < LogStash::Inputs::Base
15
15
  include LogStash::PluginMixins::AwsConfig::V2
16
16
 
17
- config_name "s3"
17
+ config_name "ivanvc_s3"
18
18
 
19
19
  default :codec, "plain"
20
20
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'ivanvc-logstash-input-s3'
4
- s.version = '3.1.1.2'
4
+ s.version = '3.1.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stream events from files from 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: ivanvc-logstash-input-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.2
4
+ version: 3.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic