fluent-plugin-cloudwatch-ingest 1.7.0.rc1 → 1.7.0.rc2
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: bbcd4224819737806362f26aa66a2e57e3193a76
|
4
|
+
data.tar.gz: 9a78d22537a00b9525e4ca7f92eb0c515ac21ab0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccbef5e546fe897d07a90ea7195862e668351b2732e704ae1843c751f01048ff14fe753847f6661b9303349ec015bbc5cd5d262b80ada917a3d5cc2e95655162
|
7
|
+
data.tar.gz: 839333d681717ea4e5af0913c9460b3f40b9afb47ae5efbb8a803b3f2ca51aa632d355c2909ac902d666c91b462af6918a645ce01a575cd0c64ba407ff918e61
|
@@ -229,9 +229,8 @@ module Fluent::Plugin
|
|
229
229
|
end
|
230
230
|
|
231
231
|
response.log_streams.each { |s| log_streams << s.log_stream_name }
|
232
|
-
|
233
|
-
|
234
|
-
end
|
232
|
+
# @log_streams_next_token should become nil unless next_token
|
233
|
+
@log_streams_next_token = response.next_token
|
235
234
|
rescue StandardError => boom
|
236
235
|
prefix_message = if log_stream_name_prefix.empty?
|
237
236
|
''
|