fluent-plugin-openstack 1.0.8 → 2.0.0
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 +4 -4
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_swift.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03ed911025068d203326ac7e530e6b7c83c42bdf8ecb40a57cf76dcfb9f980d8
|
4
|
+
data.tar.gz: 8a920796e5eb2db052846cdba4f5fec3efd3c9f412798d2d6dd8adb2c76fac0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd6c93a7a53800a2ce3d0741a8204d93115e51c8b884325206e812fa77a81e9055f219ffe729a0acb6051eee1858b2096b5f5227cf8aed3f804caa0917461353
|
7
|
+
data.tar.gz: ea2427e58965d1922c4ff59f62e34fed99947bdd0b101f26ba4072abf10730ec07d46de8fa59b1827e21395ee656ee099d66418c8eae0e6c8751fbb0839e74ec
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.0.0
|
@@ -163,7 +163,7 @@ module Fluent::Plugin
|
|
163
163
|
swift_path = extract_placeholders(swift_path, metadata)
|
164
164
|
swift_path = swift_path.gsub(/%{[^}]+}/, values_for_swift_object_key_post)
|
165
165
|
|
166
|
-
$log.
|
166
|
+
$log.info("File flushing: #{swift_path}")
|
167
167
|
|
168
168
|
if i.positive? && (swift_path == previous_path)
|
169
169
|
if overwrite
|