I am trying to pull multiple files from s3 using aiobotocore and boto's get_object method for s3. I want to make the requests concurrent and collect the results into one array at the end. How would I go about structuring my code? I can't find any examples of how to do this online. Any help would be much appreciated.