Unanswered
Hi, We Ran Into A Bit Of A Problem Storing Artifacts In S3. In Python 3.10 When The Files Are Large Enough For Multipart Uploading To Kick In, Something Goes Wrong In Boto3 With Threading Causing The Upload To Fail. (Exact Error Being
The error originates from boto3. This seems to be a https://github.com/boto/boto3/issues/3113 with one possible solution being disabling threading. The problem does no occur on Python 3.8.10.
172 Views
0
Answers
2 years ago
one year ago