diff --git a/s3_download_async.py b/s3_download_async.py index 59f06f5..f8ccaed 100644 --- a/s3_download_async.py +++ b/s3_download_async.py @@ -128,7 +128,7 @@ async def get_objects(bucket_name, key, local_path, batch_size=100): progress_bar.update(len(keys)) progress_bar.close() - # Wait 250 ms for the underlying SSL connections to close + # Wait 250 ms for the underlying connections to close await asyncio.sleep(0.250)