lib/fluent/plugin/out_s3.rb in fluent-plugin-s3-hubspot-1.0.0.rc6.3 vs lib/fluent/plugin/out_s3.rb in fluent-plugin-s3-hubspot-1.0.0.rc6.4
- old
+ new
@@ -266,10 +266,10 @@
tmp = Tempfile.new("s3-")
tmp.binmode
begin
@compressor.compress(chunk, tmp)
tmp.rewind
- log.debug "out_s3: write chunk: {unique_id:#{chunk.unique_id},timekey:#{chunk.metadata.timekey}} to s3://#{@s3_bucket}/#{s3path}"
+ log.debug "out_s3: write chunk with metadata #{chunk.metadata} to s3://#{@s3_bucket}/#{s3path}"
put_options = {
body: tmp,
content_type: @compressor.content_type,
storage_class: @storage_class,