DEV Community

Discussion on: Botocore is awful, so I wrote a better Python client for AWS S3

Collapse
 
pomfrit123 profile image
***

Great, but is it async?

Collapse
 
kmistele profile image
Kyle Mistele

It's not, but you could easily wrap it with asyncio to achieve async functionality.