logstash-input-s3-local 3.3.7 → 3.3.8

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: 345f078e7ee7276bf4ce930b94a2f284e90c814aaa8d6aa257f6dc8b3f2dd530
4
- data.tar.gz: ff1f443a7103873b9d75ff7815359ecd136fc1b0e48caff4c82c7b07ba9e82e8
3
+ metadata.gz: 0c1609d3b1deec97d8deb751d09e130acb3806a484532cb38ec65d7599ee9036
4
+ data.tar.gz: 6f828024c1db99ced057a11da290fa668b35053a82a36f6292e52dab71bd8fb6
5
5
  SHA512:
6
- metadata.gz: '086073ce10e0870f4228e3222e8227492675ebd8a0ad94902560b4f5f39789fa97c04d90ec70076c70d5052e72398990d5d7e63f915e0fa6a93cfbb66d31c780'
7
- data.tar.gz: feb5db98fa944605e15591c13eeebf0cc8e2b6db00e3c99b826c172e1b298848a3e2fa9d72c0396450c0f5746b74d013439b882e1afd02ef026da9ce5615f480
6
+ metadata.gz: 7a091ed70e87d7505447b6a4a83aedfdb76a60e6e53f77d59633897910b3dcc9b148db2d893897dbdfa1dca0f1fa75e5eeeb28f771a95fdd25a91da73709a18e
7
+ data.tar.gz: ce40c3f0bde740ed28c9737836d02c08eafea63458b70e107aa61a96dd42e54403ea1bde998b16069986e75b7ebc2eea2d576ea08dd2ca677222be35b6d684df
File without changes
File without changes
@@ -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.3.7'
4
+ s.version = '3.3.8'
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"
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require "logstash/devutils/rspec/spec_helper"
3
- require "logstash/inputs/s3"
3
+ require "logstash/inputs/s3l"
4
4
  require "logstash/codecs/multiline"
5
5
  require "logstash/errors"
6
6
  require "aws-sdk-resources"
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require "logstash/devutils/rspec/spec_helper"
3
- require "logstash/inputs/s3"
3
+ require "logstash/inputs/s3l"
4
4
  require "stud/temporary"
5
5
  require "fileutils"
6
6
 
@@ -1,5 +1,5 @@
1
1
  require "logstash/devutils/rspec/spec_helper"
2
- require "logstash/inputs/s3"
2
+ require "logstash/inputs/s3l"
3
3
  require "aws-sdk"
4
4
  require "fileutils"
5
5
  require_relative "../support/helpers"
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.3.7
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -115,8 +115,8 @@ files:
115
115
  - NOTICE.TXT
116
116
  - README.md
117
117
  - docs/index.asciidoc
118
- - lib/logstash/inputs/s3.rb
119
- - lib/logstash/inputs/s3/patch.rb
118
+ - lib/logstash/inputs/s3l.rb
119
+ - lib/logstash/inputs/s3l/patch.rb
120
120
  - logstash-input-s3.gemspec
121
121
  - spec/fixtures/cloudfront.log
122
122
  - spec/fixtures/compressed.log.gz
@@ -127,9 +127,9 @@ files:
127
127
  - spec/fixtures/multiline.log
128
128
  - spec/fixtures/multiple_compressed_streams.gz
129
129
  - spec/fixtures/uncompressed.log
130
- - spec/inputs/s3_spec.rb
130
+ - spec/inputs/s3l_spec.rb
131
131
  - spec/inputs/sincedb_spec.rb
132
- - spec/integration/s3_spec.rb
132
+ - spec/integration/s3l_spec.rb
133
133
  - spec/support/helpers.rb
134
134
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
135
135
  licenses:
@@ -167,7 +167,7 @@ test_files:
167
167
  - spec/fixtures/multiline.log
168
168
  - spec/fixtures/multiple_compressed_streams.gz
169
169
  - spec/fixtures/uncompressed.log
170
- - spec/inputs/s3_spec.rb
170
+ - spec/inputs/s3l_spec.rb
171
171
  - spec/inputs/sincedb_spec.rb
172
- - spec/integration/s3_spec.rb
172
+ - spec/integration/s3l_spec.rb
173
173
  - spec/support/helpers.rb