logstash-input-s3 3.4.0 → 3.4.1

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
  SHA256:
3
- metadata.gz: e291d3321f85c506ace8f9e2d4d7e72bd7455ed4d7caf3319e021f5b9295ea7b
4
- data.tar.gz: 2907311101de6a87b984864deecb9ac33b490f4949375f3f3d3482939b2a7ae6
3
+ metadata.gz: 71fa5a89a8d744412ab8ac15f60f4d7e59ff2800de976466450de5142962285e
4
+ data.tar.gz: 795c0caf4c280c90d4193aacacd8b09d64f33637859b3eda35349366862be9ba
5
5
  SHA512:
6
- metadata.gz: 48bf1a17935b31018118eb00c84bae6e977eb4aca39f57cce09c769b054f4486874b5762a90cc778c235fcda7b731625fcbcf70b571d7534ac0c8550a78c9ffc
7
- data.tar.gz: 4841a05b01e106b1ff5f3012ae443c091d6cea3a6036b9990729f4aaa95e05272477a6ddf7213ca246803146b34b83f5ff45dedd5382bff7b3f42a6ca59355df
6
+ metadata.gz: 27be2ecb1234ba44fb4004b0a972d9cb643e9429df468d1777f189f3f207ce849d95b5655077343960edf2c4817254d4eb5ff9fb73c87afb99e0ce35c64e0f38
7
+ data.tar.gz: 243140b50837ed67fe8e30997f560e41cc66b7f9da3fd4c6668bb6345cedd911ed9d18c5deb07c594bd24a8caa6c4efc11a3c500e66656e782343b05405d40c6
@@ -1,3 +1,6 @@
1
+ ## 3.4.1
2
+ - Fixed link formatting for input type (documentation)
3
+
1
4
  ## 3.4.0
2
5
  - Skips objects that are archived to AWS Glacier with a helpful log message (previously they would log as matched, but then fail to load events) [#160](https://github.com/logstash-plugins/logstash-input-s3/pull/160)
3
6
  - Added `watch_for_new_files` option, enabling single-batch imports [#159](https://github.com/logstash-plugins/logstash-input-s3/pull/159)
@@ -57,7 +57,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
57
57
  | <<plugins-{type}s-{plugin}-session_token>> |<<string,string>>|No
58
58
  | <<plugins-{type}s-{plugin}-sincedb_path>> |<<string,string>>|No
59
59
  | <<plugins-{type}s-{plugin}-temporary_directory>> |<<string,string>>|No
60
- | <<plugins-{type}s-{plugin}-watch_for_new_files>> | <boolean,boolean>|No
60
+ | <<plugins-{type}s-{plugin}-watch_for_new_files>> |<<boolean,boolean>>|No
61
61
  |=======================================================================
62
62
 
63
63
  Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-s3'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-s3
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-27 00:00:00.000000000 Z
11
+ date: 2018-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement