logstash-output-s3-leprechaun-fork 1.0.12 → 1.0.13

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: b4d4a035506bfea17656d618d97ae590e3b76254
4
- data.tar.gz: 7e11cf877da0ceecbdf5a3383cf8d56a842f26d7
3
+ metadata.gz: 015be1f77cd87b3bae2a04a5a6f04f8f169633d9
4
+ data.tar.gz: f09735fc8d0998b634b9a387fbb9d6f5014db38a
5
5
  SHA512:
6
- metadata.gz: e815ccb950cb4c0c6d02af82817b351842a30bf2ed7f84674eb553df74566e2e45c014aa0e322ae316f2a233ca890d7147916809882184aa6b3574f57ea327e6
7
- data.tar.gz: e444597e6a89cce44125be7546f319e4657ff10299277faa936828869b883cd0b58acdf3046e56a7ca39aab033e5e9fe66af22481c92e32d9da1bb03fb0f9d3a
6
+ metadata.gz: 96f880a05594394569794563d403160a5d143bd301ad777c2e61216b9ebfc9afea13215900f808b8f6f92ed21dd9d62e71b3a4c4dbc5be2792221685050b1458
7
+ data.tar.gz: e6a86f950187ec668473d45148e607db307a38d74635e5b10f66ccabb5c97d3b3790bf01b8c89d21bd17d45aafaab8a014d41e27a98580f3abd042a053b952f1
@@ -459,8 +459,8 @@ class LogStash::Outputs::S3 < LogStash::Outputs::Base
459
459
  @segregations[segregation][:directory],
460
460
  @segregations[segregation][:file_base],
461
461
  @segregations[segregation][:current_page]
462
- ),
463
- 'a')
462
+ )
463
+ )
464
464
  end
465
465
 
466
466
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-s3-leprechaun-fork'
4
- s.version = '1.0.12'
4
+ s.version = '1.0.13'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurence MacGuire