Skip to content

Commit

Permalink
Update s3_download_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
albags committed Jul 30, 2024
1 parent 5af67db commit 3f9fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_download_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 3f9fe40

Please sign in to comment.