fluent-plugin-kinesis 1.1.1 → 1.1.2

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: af13ca5555ee396e24c22114057a2fe2095d6a98
4
- data.tar.gz: 55013538d174c46e54592675891aea41df32a45d
3
+ metadata.gz: 6b2f0980597280f837cca46f4830441f3662ca74
4
+ data.tar.gz: cf4e9b2ca319d99b5c78de4eb364c0539b1715d1
5
5
  SHA512:
6
- metadata.gz: 0b993cd00e37f89fdef57f96910daf615724c5c71f6006ba27cef7cd69abab33a1951f86d0f56e3dafac5e84f5c005a03a7ea734e30600fef02391b3ed3b016d
7
- data.tar.gz: 6f1aabaef1d6e31267399a3ed3fddb2efc6c4b739fef2be99cb48ad569ce7942974eb95417e1d9bda4f951a2b0edbb124825df43de6a30798586d5e1e3fafece
6
+ metadata.gz: 2d4e56660f51153a25f953d910af1eb4a95122e327fd03dab6650cf33393118b59eea57f203e31579f8a1f2c204d76b20d84f9e3cdfcb00774cab834cefe28ee
7
+ data.tar.gz: 548a75d8270e5ea4d9254c4beb9ee6aecf63b54416dc484a50dc4a3ea1a66745d6a2e9bc0e1d006c128ee0a3da37a012669753798a805c24fdffd4115e80a6b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.1.2
4
+
5
+ - Bug fix - Adjust credentials_provider for newer version of aws-ruby-sdk [#93](https://github.com/awslabs/aws-fluent-plugin-kinesis/issues/93)
6
+
3
7
  ## 1.1.1
4
8
 
5
9
  - Bug fix - Fix incompatibility for AWS SDK 2.5 [#80](https://github.com/awslabs/aws-fluent-plugin-kinesis/issues/80)
@@ -38,7 +38,7 @@ module Fluent
38
38
  private
39
39
 
40
40
  def default_credentials_provider
41
- config_class = Struct.new(:access_key_id, :secret_access_key, :region, :session_token, :profile)
41
+ config_class = Struct.new(:access_key_id, :secret_access_key, :region, :session_token, :profile, :instance_profile_credentials_retries, :instance_profile_credentials_timeout)
42
42
  config = config_class.new(@aws_key_id, @aws_sec_key, @region)
43
43
  provider = Aws::CredentialProviderChain.new(config).resolve
44
44
  if provider.nil?
@@ -13,5 +13,5 @@
13
13
  # permissions and limitations under the License.
14
14
 
15
15
  module FluentPluginKinesis
16
- VERSION = '1.1.1'
16
+ VERSION = '1.1.2'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-kinesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-22 00:00:00.000000000 Z
11
+ date: 2016-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd