forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logging): race condition in S3 logging (hedyorg#540)
The 'boto3.client' method is not thread safe: boto/boto3#1592 Put a lock around initializing an S3 client, so the two threads that might do this in parallel don't stomp on each other. Co-authored-by: fpereiro <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters