logstash-output-s3-leprechaun-fork 1.0.2 → 1.0.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: 2fe984e47077fbe44633828196b4d0ad33d8831d
4
- data.tar.gz: aa83386a2e0c7c48477baa61683a1f75ce9d9dab
3
+ metadata.gz: 40cae603d30ab2310167e1dfce24724fb4816eaa
4
+ data.tar.gz: a2c399e0bd5a1b62e9904d4926d19dce760d94fe
5
5
  SHA512:
6
- metadata.gz: 5be919e5e7649465ac89638512187afe0dbddb56bcc735b34e7fdff2b6b3413e006fc1489822b51ca0aa53dd79c89820f7ff2194bf81706ea372f88fa72460f7
7
- data.tar.gz: f88eb9e9bf9ebc9eb0504d339f5b6c8f2def129208803687766dbc587639d890009388e33a08c7cd029169a2bc99f9c10dd9065519edc4c9e7febe907c268a8b
6
+ metadata.gz: 9f9edc683a3808052e280c69fb1e0fd31a88c1a6496b85f8556317d4816e5c177bcd68a263636b7e54daa7deb53dcde3a5e495d77f66d033fbe55a7535048627
7
+ data.tar.gz: 236882b822fc4b38020714d72fcbe21e032e96c3d1a1724fbb9cfb0a61f8fa20f3d870021fe035831e0a293112e78c6a1b5ff4f87c21e6c98e8b68e619b39e99
@@ -464,17 +464,3 @@ class LogStash::Outputs::S3 < LogStash::Outputs::Base
464
464
  end
465
465
  end
466
466
  end
467
-
468
- class Segment
469
- def initialize(s3, segment, file_size, timeout)
470
- @s3 = s3
471
- @segment = segment
472
- @file_size = file_size
473
- @timeout = timeout
474
- end
475
-
476
- def enqueue(event)
477
-
478
- end
479
-
480
- end
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-s3-leprechaun-fork'
4
- s.version = '1.0.2'
4
+ s.version = '1.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
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/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Laurence MacGuire", "Elastic"]
8
+ s.authors = ["Laurence MacGuire"]
9
9
  s.email = 'leprechaun@gmail.com'
10
- s.homepage = "https://www.github.com/leprechaun/logstash-output-s3"
10
+ s.homepage = "https://www.github.com/leprechaun/logstash-output-s3-improved"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-s3-leprechaun-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurence MacGuire
8
- - Elastic
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
@@ -135,7 +134,7 @@ files:
135
134
  - spec/integration/s3_spec.rb
136
135
  - spec/outputs/s3_spec.rb
137
136
  - spec/supports/helpers.rb
138
- homepage: https://www.github.com/leprechaun/logstash-output-s3
137
+ homepage: https://www.github.com/leprechaun/logstash-output-s3-improved
139
138
  licenses:
140
139
  - Apache License (2.0)
141
140
  metadata: