Issue with upload_fileobj - ValueError: Fileobj must implement read

后端 未结 0 679
孤独总比滥情好
孤独总比滥情好 2020-12-05 09:53

I\'m getting the following error in Glue with upload_fileobj when trying to add a file to AWS S3:

s3 = boto3.client(\'s3\')
bytes  = BytesIO()
zf     = zipfil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题