Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with the newer version of aws-ruby-sdk (>= 2.6.24) #93

Closed
riywo opened this issue Nov 20, 2016 · 0 comments
Closed

Bug with the newer version of aws-ruby-sdk (>= 2.6.24) #93

riywo opened this issue Nov 20, 2016 · 0 comments
Labels

Comments

@riywo
Copy link
Contributor

riywo commented Nov 20, 2016

Since this plugin uses private API (Aws::CredentialProviderChain), breaking changes sometimes happen...

Error: test_record_count(KinesisStreamsOutputTest):
  NoMethodError: undefined method `instance_profile_credentials_retries' for #<#<Class:0x007fc9c26dce30>:0x007fc9c616be48>
  Did you mean?  instance_variable_defined?
/Users/iwanagar/.anyenv/envs/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/aws-sdk-core-2.6.24/lib/aws-sdk-core/credential_provider_chain.rb:27:in `providers'
/Users/iwanagar/.anyenv/envs/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/aws-sdk-core-2.6.24/lib/aws-sdk-core/credential_provider_chain.rb:11:in `resolve'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/lib/fluent/plugin/kinesis_helper/credentials.rb:43:in `default_credentials_provider'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/lib/fluent/plugin/kinesis_helper/credentials.rb:34:in `credentials'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/lib/fluent/plugin/kinesis_helper/api.rb:42:in `client_options'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/lib/fluent/plugin/kinesis_helper/client.rb:19:in `client'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/lib/fluent/plugin/kinesis_helper/api.rb:28:in `configure'
/Users/iwanagar/.anyenv/envs/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/fluentd-0.14.9/lib/fluent/test/base.rb:60:in `configure'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/test/plugin/test_out_kinesis_streams.rb:47:in `create_driver'
/Users/iwanagar/github/aws-fluent-plugin-kinesis/test/plugin/test_out_kinesis_streams.rb:123:in `test_record_count'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant