Method: RightAws::S3Interface::S3HttpResponseHeadParser#parse

Defined in:
lib/s3/right_s3_interface.rb

#parse(response) ⇒ Object



1188
1189
1190
# File 'lib/s3/right_s3_interface.rb', line 1188

def parse(response)
  @result = headers_to_string(response.to_hash)
end