Skip to content

Commit

Permalink
Merge pull request #28 from mariusgrigaitis/patch-1
Browse files Browse the repository at this point in the history
Get rid of deprecation warning from aws sdk
  • Loading branch information
atomita authored Oct 15, 2017
2 parents e3efdf6 + 2062236 commit cae19b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_aws-elasticsearch-service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def credentials(opts)
end
def calback.inspect
credentials = self.call
"#<#{credentials.class.name} access_key_id=#{credentials.access_key_id.inspect}>"
credentials.credentials.inspect
end
calback
end
Expand Down

0 comments on commit cae19b9

Please sign in to comment.