# File lib/aws/s3/bucket.rb, line 137
      def ==(other)
        other.kind_of?(Bucket) && other.name == name
      end