smart_open
smart_open copied to clipboard
TypeError: initiate_multipart_upload() got an unexpected keyword argument
Problem description
I am trying to write info to aws s3 File "/xx/xx/xx-xx/xx/xx/python3.6/site-packages/smart_open/smart_open_lib.py", line 162, in smart_open return S3OpenWrite(key, **kw) File "/xx/xx/xx-xx/xx/lib64/python3.6/site-packages/smart_open/smart_open_lib.py", line 641, in init self.mp = self.outkey.bucket.initiate_multipart_upload(self.outkey, **kw) TypeError: initiate_multipart_upload() got an unexpected keyword argument 'aws_access_key_id'
Versions
smart-open 1.4.0
1.4.0 is a very old version.
Can you please try to reproduce with 1.9.0? Also, please include code that reproduces your problem.