fluent-plugin-sns 2.1.2 → 2.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 +4 -4
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_sns.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 431c088bb59b8c8ca5195ed5ae035c0992ba7287
|
|
4
|
+
data.tar.gz: 60e090ba53846da74e3e836e204dde1265df26dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 348caa252fb15d99eac90c30f012937229cbdca5c5427bcc8d447b6444a7b1c45376272b1065652afc185f6b758db20824385c19e96f00191817b523c41f2e40
|
|
7
|
+
data.tar.gz: ae047dd1bdd7efc648c5c63e4f636bb4eaacc9eefaa9917b22443720af5e69d3aa42685cf351c666565b22ea554f61d1faf02336f5cc4fd1c4a279231d1049b1
|
data/README.rdoc
CHANGED
|
@@ -21,10 +21,10 @@ Send fluent-event as message to amazon SNS.
|
|
|
21
21
|
|
|
22
22
|
sns_topic_name {sns_topic_name}
|
|
23
23
|
|
|
24
|
-
# following attibutes are required if you don't use IAM Role
|
|
24
|
+
# following attibutes are required if you don't use IAM Role nor export credentials to ENV
|
|
25
25
|
|
|
26
|
-
aws_key_id {your_aws_key_id}
|
|
27
|
-
aws_sec_key {your_aws_secret_key}
|
|
26
|
+
aws_key_id {your_aws_key_id}
|
|
27
|
+
aws_sec_key {your_aws_secret_key}
|
|
28
28
|
|
|
29
29
|
# following attibutes are optional
|
|
30
30
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.4
|
|
@@ -12,8 +12,8 @@ module Fluent
|
|
|
12
12
|
include SetTimeKeyMixin
|
|
13
13
|
config_set_default :include_time_key, true
|
|
14
14
|
|
|
15
|
-
config_param :aws_key_id, :string, :default =>
|
|
16
|
-
config_param :aws_sec_key, :string, :default =>
|
|
15
|
+
config_param :aws_key_id, :string, :default => nil
|
|
16
|
+
config_param :aws_sec_key, :string, :default => nil
|
|
17
17
|
|
|
18
18
|
config_param :sns_topic_name, :string
|
|
19
19
|
config_param :sns_subject_template, :default => nil
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-sns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuri Odagiri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|