custom_fluent-plugin-azure-storage-append-blob 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: 7b8125e41d1256f174b0b1935bf97095f5dadb263dfa54720ee215d892abf559
4
- data.tar.gz: e2116c5d4a4268bee98930c667fb307bbc3185586e12cd0ddcf7595291ee8ad3
3
+ metadata.gz: 15eb3cac7381ea6f79e9617500050cc26e39d0e23a0ab6f323d8a4833db17bf5
4
+ data.tar.gz: 7e8588c5fd54da22a66efe979a0a9bfcb67ec8f39ef0bc4504ed9c2ae9ab704b
5
5
  SHA512:
6
- metadata.gz: 39f6149b9874d1d152837051e9bd5f97bf6fcd17112a178cbfb0387491512b194a150f9aa2d8249edc2356f08dc0ef23cf879f5da35d20712abe12e20a54d24c
7
- data.tar.gz: 4c831fe935735326795ab15c9d3b45168af132746194271bb09b0e3b7ccefc93799b9dfc71100b3cd3454f7585b7accc092ba8deac1a38c706a38d823e099354
6
+ metadata.gz: f0663884705eed44b9c1442fa384d005ce85f0b98d1e73092bc16bc7c584fb6fdbcb931d6c410ae21343a284927ebe5a1d07715da26c4f9f29cc5e2620103183
7
+ data.tar.gz: cf785da7f6a3e51df047ec53ff0603c48e50d6dc09f7e87b3f85597e3179648792a428aca6ddc8400c6c007035ecd7ce27595df67a7eae92275021bd8484850b
@@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'custom_fluent-plugin-azure-storage-append-blob'
6
- spec.version = '0.2.1'
7
- spec.authors = ['Microsoft Corporation']
6
+ spec.version = '0.2.2'
7
+ spec.authors = ['Gleb Gerasimenko']
8
8
  spec.email = ['']
9
9
 
10
10
  spec.summary = 'Azure Storage Append Blob output plugin for Fluentd event collector'
@@ -140,6 +140,7 @@ module Fluent
140
140
  content = File.open(tmp.path, 'rb', &:read)
141
141
 
142
142
  if content.length > 0
143
+ log.debug "azure_storage_append_blob: append_blob: prepare for writing #{@azure_storage_path} blob."
143
144
  append_blob(content, metadata)
144
145
  end
145
146
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_fluent-plugin-azure-storage-append-blob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - Microsoft Corporation
7
+ - Gleb Gerasimenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-14 00:00:00.000000000 Z
11
+ date: 2020-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler