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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25868bdbbba74fbaa2650db27aec91e4ca6544b7
4
- data.tar.gz: 556b96dc7156f93a1df4670a4892bf1e68549ea3
3
+ metadata.gz: 431c088bb59b8c8ca5195ed5ae035c0992ba7287
4
+ data.tar.gz: 60e090ba53846da74e3e836e204dde1265df26dc
5
5
  SHA512:
6
- metadata.gz: a39ca521550dfd44ee20a5814b39ecbcf94a91cce0d7dc9b28612ddedf9bcb5eaeb1b2bfbb5e5bd5ffc9f0f4600925203641edcf478b23063b7ff24dbf914f29
7
- data.tar.gz: 67c24179ce122802bad863a8d39953e6365f18622a62dc5c9f5e3eb91276aea7fcb1c569177bad517a26ebc2a1bff908be78ef114879351ebb1c98b7ab926f96
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 and you don't set environment variables
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} # Default: ENV['AWS_ACCESS_KEY_ID']
27
- aws_sec_key {your_aws_secret_key} # Default: ENV['AWS_SECRET_ACCESS_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.2
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 => ENV['AWS_ACCESS_KEY_ID']
16
- config_param :aws_sec_key, :string, :default => ENV['AWS_SECRET_ACCESS_KEY']
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.2
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-10 00:00:00.000000000 Z
11
+ date: 2014-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd