In this lesson I'll show you how to upload large files using aiobotocore.
Aiobotocore is async version of boto3 library. I didn't find any example of using async python to upload large files. So I hope this post will help you.
Multipart upload to S3 using asyncio
Running S3 compatible