fluent-plugin-amazon_sns 0.0.2 → 0.0.3
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/HISTORY.md +4 -0
- data/README.md +1 -1
- data/lib/fluent/plugin/amazon_sns/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 010a185fb68ea77b9276a942c859410ee0cc3215
|
|
4
|
+
data.tar.gz: a7d449b45ee327cfb297f52041eb2a7f6bd00562
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5b83b6b53685a0d6d2819b00851c810d5ed329e5fb6c71277160d5701f68c19b500b003c5eb92df7754209b559ecbed737e10b40a956777bb21d4afefb73ae4
|
|
7
|
+
data.tar.gz: 378949f82cc21bc81d94933ba82ad6e8de03cdc5c766735d0754567824f658d706f97a8877b0833a113e5c80cd6152490ac43137f0e6ec6a0e4c905b8b512113
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
|
@@ -27,7 +27,7 @@ Fluent output plugin to send messages to Amazon SNS.
|
|
|
27
27
|
## 2) Map fluent tags
|
|
28
28
|
## sns.App.MyTopic -> 'App-MyTopic'
|
|
29
29
|
topic_map_tag true
|
|
30
|
-
remove_tag_prefix
|
|
30
|
+
remove_tag_prefix sns
|
|
31
31
|
|
|
32
32
|
## 3) Map fluent message key
|
|
33
33
|
## maps 'topic' key in the message
|