fluent-plugin-s3-hubspot 1.0.0.rc6.1 → 1.0.0.rc6.2

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.
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.1
1
+ 1.0.0.rc6.2
@@ -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: {key:#{chunk.key},tsuffix:#{tsuffix(chunk)}} to s3://#{@s3_bucket}/#{s3path}"
271
+ log.debug "out_s3: write chunk: {unique_id:#{chunk.unique_id},tsuffix:#{tsuffix(chunk)}} 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.1
4
+ version: 1.0.0.rc6.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: