# File lib/uber-s3/object.rb, line 44 def fetch self.response = bucket.connection.get(key) self.value = response.body parse_response_header! self end