logstash-input-s3-local 3.3.9 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-input-s3.gemspec +1 -1
- data/spec/support/helpers.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59217a193910f4a51b79730da1a147763368573431484000cbd1c3c95e244ac5
|
4
|
+
data.tar.gz: 56d8e764212eeb09902fd23e1af8872de6bcb6225db0b9542b570687b49c938d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bac3594b1a616d83e81f2e167814abe6fb22e33b4c771da30dfc0f6e1503174a8c90e8ac233fa77acba4853d41cd33529a6232ace49f8fa9a2d63a2e4b14c53d
|
7
|
+
data.tar.gz: fd808b6a311a9bc3ac20d1c7a7fa49a2cbd200cc0c23ef9d02ec3fa52771e2641b43effef53518bf36eb7bccced9abaaef32582ee328c3cb71c80c85ef1f1b57
|
data/logstash-input-s3.gemspec
CHANGED
@@ -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
|
+
s.version = '3.4.0'
|
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"
|
data/spec/support/helpers.rb
CHANGED