# File lib/aws/s3/s3_object.rb, line 64 def ==(other) other.kind_of?(S3Object) and other.bucket == bucket and other.key == key end