# File lib/uber-s3/object.rb, line 37
    def head
      self.response = bucket.connection.head(key)
      
      parse_response_header!
      self
    end