I am reading a file from s3 and opening it with csv\'s DictReader. I convert this into a list
s3
list(DictReader(fileobj, fieldnames=HEADER))