bin/check-rds.rb in sensu-plugins-aws-3.0.0 vs bin/check-rds.rb in sensu-plugins-aws-3.1.0

- old
+ new

@@ -122,11 +122,10 @@ end def aws_config { access_key_id: config[:aws_access_key], secret_access_key: config[:aws_secret_access_key], - region: config[:aws_region] - } + region: config[:aws_region] } end def rds @rds ||= Aws::RDS::Client.new aws_config end