fluent-plugin-google-cloud-storage-out 0.1.3 → 0.1.4

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: 04a0022a7b4694f01182f15dbdba737a4d2bd006
4
- data.tar.gz: 99da050af82790baa08dcc5d35e5702498009651
3
+ metadata.gz: 20c0c185695e86d28ee5558e9aacabaebc301d7c
4
+ data.tar.gz: a3a1bbba7a06070f44da30b7070adda4ce109e42
5
5
  SHA512:
6
- metadata.gz: 8d604a2370b3903d940be02d21439612c9dd762934f4d408550581fae2c6baafae0a2fa12a71125363dc9570e0ca64a2df1c662fd91e282f8151382352212e9f
7
- data.tar.gz: c326ce6e5db73f466a5187e46b05f4a46f3c8bc31d6e1a60eafb29125e2d6c77e0fb22d75b7c78300fabd2c5ead556d24c085006e78d1b62160a8fc13653f8c3
6
+ metadata.gz: 711f444fb7e5b3a78d948d3bc314eee2add436000259f5eb01693a887579cfa3eb37f3a0d24193592d8cb7aabef91b26f9969ecbf25a7d9f9e1cfffb2eed126d
7
+ data.tar.gz: 92a2016988beeec15e0d9bf21d9612130f6f943afe47327173d5e63c87e7407500621f5a198608d083dbd28dbab17b52e0fbdc65cef9b21708b1238d9e432838
@@ -28,22 +28,22 @@ module Fluent
28
28
 
29
29
  include Mixin::ConfigPlaceholders
30
30
 
31
- desc "The path of Service Account Json key."
31
+ #desc "The path of Service Account Json key."
32
32
  config_param :service_account_json_key_path, :string
33
33
 
34
- desc "The bucket ID for destination for store."
34
+ #desc "The bucket ID for destination for store."
35
35
  config_param :bucket_id, :string
36
36
 
37
- desc "The directory path for store."
37
+ #desc "The directory path for store."
38
38
  config_param :path, :string
39
39
 
40
- desc "The format of the file content. The default is out_file"
40
+ #desc "The format of the file content. The default is out_file"
41
41
  config_param :format, :string, :default => 'out_file'
42
42
 
43
- desc "The tag for out"
43
+ #desc "The tag for out"
44
44
  config_param :default_tag, :string, :default => 'tag_missing'
45
45
 
46
- desc "Compress flushed file."
46
+ #desc "Compress flushed file."
47
47
  config_param :compress, :default => nil do |val|
48
48
  c = SUPPORTED_COMPRESS[val]
49
49
  unless c
@@ -1,3 +1,3 @@
1
1
  module GoogleCloudStorageOut
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud-storage-out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hideki Matsuoka