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