# File lib/s3/key.rb, line 260
    def exists?
      @bucket.key(self).last_modified ? true : false
    end