We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac64e5 commit 139e1d0Copy full SHA for 139e1d0
lib/fluent/plugin/in_s3.rb
@@ -218,7 +218,7 @@ def setup_credentials
218
c = @shared_credentials
219
credentials_options[:path] = c.path if c.path
220
credentials_options[:profile_name] = c.profile_name if c.profile_name
221
- options[:credentials] = Aws::ECSCredentials.new(credentials_options)
+ options[:credentials] = Aws::SharedCredentials.new(credentials_options)
222
else
223
# Use default credentials
224
# See http://docs.aws.amazon.com/sdkforruby/api/Aws/S3/Client.html
0 commit comments