You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
I am upgrading a program from py3.8 -> py3.9 and I get same error with #3113 and I tried workaround following #3113 (comment). After disable threading the error is disappear.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
Background
I am upgrading a program from py3.8 -> py3.9 and I get same error with #3113 and I tried workaround following #3113 (comment). After disable threading the error is disappear.
Issue
But I get https://github.com/boto/botocore/blob/develop/botocore/httpchecksum.py#L487 logging every time I tried to download a file, my code is like
s3.download_file(bucket_name, object_name, file_name, Config=TransferConfig(use_threads=False))
Question
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions