我正在使用python脚本将文件上传到s3存储桶。然而,我遇到了一个错误,比如 S3 Upload Failed with exception : An HTTP Client raised an unhandled exception: cannotswitch to a different thread 当我调查的时候,我发现boto3和grequests包有奇怪的行为 当我在脚本中导入grequests和boto3时,它抛出了一个异常。但同样的,当我从我的代码中删除import grequests时,文件被上