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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20c0c185695e86d28ee5558e9aacabaebc301d7c
|
4
|
+
data.tar.gz: a3a1bbba7a06070f44da30b7070adda4ce109e42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|