awslabs / amazon-kinesis-client-ruby

A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.
Apache License 2.0
146 stars 56 forks source link

FIX. region flag sets correct variable in sample producer. #1

Closed brasten closed 9 years ago

brasten commented 9 years ago

Options parser was setting a 'region' variable while the producer was using an 'aws_region' variable. Changed options parser to set 'aws_region'.

brasten commented 9 years ago

Is there anything additional needed to get this pull request accepted? It's an incredibly trivial patch.