fluent-funplus-s3 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea37f19916d904dc2e085f55d4f34b077909fdc5
4
- data.tar.gz: 34e39dc79062fdab3af1f3747a1c85168cfd2021
3
+ metadata.gz: eb45b82dd3a161b5a636f0d3b34d5e0c4f5a34f2
4
+ data.tar.gz: b636e06eaccc56797cc626ded17b7a07021bb995
5
5
  SHA512:
6
- metadata.gz: cd83b78d9b901871d06ad07a3166fbb3ecc1bff5dea479b70448cb20633cd7f1b91b80f85def159a84b2546dc7d1d3ed09388ae36f4f8fd38d343c877391384d
7
- data.tar.gz: 6171413759442726c3ed7a6b2b1480c535d47b3ebb59aef094c7cc2f491659d07f78cec8068230283b4d6888a6a57c0fe02e7b0ce4ed636cf200c2a39f859d97
6
+ metadata.gz: 61ce6eb3197b8ac66885ece7d82de7b693ce3cea19dd18f0147fa1c874d7ecb2ed600d403531de181d88d140e4dbf9852e77d6af27750569deedcb72536bfb6b
7
+ data.tar.gz: 4cd2835273adcdd2b65bbc6cca2a569bcd8f59bd51c7125f93031c1ff27de0c32695e3cbe91269cd5006c273d8931102ccbd0cca42418a0ad87fc29c5ba28976
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ Release 0.3.6 - 2014/01/13
2
+ * Add use_timestamp and data_separator
3
+
4
+
1
5
  Release 0.3.5 - 2013/12/05
2
6
 
3
7
  * Add 'reduced_redundancy' option to store logs in reduced redundancy
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
1
+ 0.3.7
Binary file
@@ -3,7 +3,7 @@ module Fluent
3
3
  require 'fluent/mixin/config_placeholders'
4
4
 
5
5
  class S3Output < Fluent::TimeSlicedOutput
6
- Fluent::Plugin.register_output('s3', self)
6
+ Fluent::Plugin.register_output('funplus-s3', self)
7
7
 
8
8
  def initialize
9
9
  super
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-funplus-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -108,9 +108,10 @@ files:
108
108
  - README.rdoc
109
109
  - Rakefile
110
110
  - VERSION
111
+ - fluent-funplus-s3-0.3.6.gem
111
112
  - fluent-funplus-s3.gemspec
112
- - lib/fluent/plugin/out_s3.rb
113
- - test/out_s3.rb
113
+ - lib/fluent/plugin/out_funplus-s3.rb
114
+ - test/out_funplus-s3.rb
114
115
  homepage: https://github.com/funplus/fluent-funplus-s3
115
116
  licenses: []
116
117
  metadata: {}
@@ -136,4 +137,4 @@ specification_version: 4
136
137
  summary: Amazon S3 output plugin for Fluentd event collector, comma seperated and
137
138
  timestamp format
138
139
  test_files:
139
- - test/out_s3.rb
140
+ - test/out_funplus-s3.rb