appoxy / aws

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

removed @aws_access_key_id from stdout output for launch_instances #129

Closed c4ssio closed 11 years ago

c4ssio commented 11 years ago

people running code on travis CI (for example) will expose access_key_id to the unwashed masses, which is not ideal. Seems better to opt for security in this case.

treeder commented 11 years ago

Thanks.