aws-s3-bucket-browser
aws-s3-bucket-browser copied to clipboard
Make time.sleep async
Related Problem
Currently, all sleep are synchronous, it'd be better to change it to async code.
Feature Description
Change all synchronous time.sleep to await asyncio.sleep.