appoxy / aws

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

return false on Aws::S3#bucket fails #137

Closed colby-swandale closed 9 years ago

colby-swandale commented 9 years ago

This PR is in response to #136, Aws::S3#bucket will now return false is the the create argument is true and an execption is raised in Aws::S3Interface#create_bucket (which also now returns false)

I have not being able to get test these changes as i cant get rake tests3 to work at all right now.

treeder commented 9 years ago

Thanks!