class Multiwoven::Integrations::Source::AmazonS3::Client

def hash_array_values(describe)

def hash_array_values(describe)
  keys = describe.columns.map(&:name)
  describe.map do |row|
    Hash[keys.zip(row)]
  end
end