fluent-plugin-s3-hubspot 1.0.0.rc6.7 → 1.0.0.rc6.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/fluent/plugin/out_s3.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.rc6.7
1
+ 1.0.0.rc6.8
@@ -268,7 +268,7 @@ module Fluent::Plugin
268
268
  begin
269
269
  @compressor.compress(chunk, tmp)
270
270
  tmp.rewind
271
- log.debug "out_s3: write chunk with metadata #{chunk.metadata} to s3://#{@s3_bucket}/#{s3path}"
271
+ log.debug "out_s3: write chunk #{dump_unique_id_hex(chunk.unique_id)} with metadata #{chunk.metadata} to s3://#{@s3_bucket}/#{s3path}"
272
272
 
273
273
  put_options = {
274
274
  body: tmp,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-s3-hubspot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc6.7
4
+ version: 1.0.0.rc6.8
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: