fluent-plugin-cloudwatch-ingest 0.1.4 → 0.1.6

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: 7c0da5eae854eec5fa583cc08042f42529ad17b7
4
- data.tar.gz: 51c5457b30b6cfacf50709afc2ab7089efb6950b
3
+ metadata.gz: cc43e17dd1c7b76c0e5e7a92dffb49d92b3050d0
4
+ data.tar.gz: 46d6bf7c92b5078d187ca8b6e911e0a16ccbea8f
5
5
  SHA512:
6
- metadata.gz: 67833b5bff460c67cbb254c4092628a57ee02c3fc1839b50ddd6f7306079334a95ed3c5ef65c74fc2cb5f178a15d99aea4fd1820ed125f42dffef393d52b6407
7
- data.tar.gz: dca6cb7c2a4c404eb020d4f8a71cfe47fd7485a11e16fc15df3f9d014a9cf226dc54edf5f32ccd6145415f735d17b2687b4eaf5547e221500417efa7a7529205
6
+ metadata.gz: 8f040aaf6ae492f01410acdfb6a586ee447922bffc6e6ed0da326678bbd9b5b6eda0cbbaf0ebc844d76ebc64a0573a86c6e959253739903d52e1f463aaf73a68
7
+ data.tar.gz: 5e9b4e8280283fd6ab3edc3ef1c3a63ffb7ad0dd33ae368f90842bb0517d7a4d0a94835a9c346be3f0c57c72f9881b6b604066295f06ba80e1637fcc9176d371
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Ingest
5
- VERSION = '0.1.4'.freeze
5
+ VERSION = '0.1.6'.freeze
6
6
  end
7
7
  end
8
8
  end
@@ -15,7 +15,7 @@ module Fluent::Plugin
15
15
  desc 'Enable STS for cross-account IAM'
16
16
  config_param :sts_enabled, :bool, default: false
17
17
  desc 'The IAM role ARN in the source account to use when STS is enabled'
18
- config_param :sts_arn, :string
18
+ config_param :sts_arn, :string, default: ''
19
19
  desc 'The session name for use with STS'
20
20
  config_param :sts_session_name, :string, default: 'fluentd'
21
21
  desc 'Log group name or prefix. Not setting means "all"'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-ingest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pointer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-13 00:00:00.000000000 Z
11
+ date: 2017-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler