appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

Fix hash_params_with_suffix (issue #138) #139

Closed plaa closed 8 years ago

plaa commented 8 years ago

This fixes issue #138, where the hash_params_with_suffix method uses the fixed string 'suffix' instead of the value of the variable.

treeder commented 8 years ago

Thanks!