Before the change to use threads instead of multiprocessing, we had a utility/aws_s3.py module. We renamed it to asyncio_aws_s3.py when using threads. However, packages such as disdat-luigi depend on the prior name. There's no reason to change the module name and break upstream clients, so changing it back.