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