# File lib/rudy/aws/s3.rb, line 42
42:     def find_bucket(name)
43:       blist = ::AWS::S3::Service.buckets
44:       blist.select { |bobj| bobj.name == name }.first
45:     end