# File lib/rudy/aws/s3.rb, line 56
56:     def bucket_exists?(name)
57:       b = find_bucket(name)
58:       !b.nil?
59:     end