smart_open icon indicating copy to clipboard operation
smart_open copied to clipboard

TypeError: initiate_multipart_upload() got an unexpected keyword argument

Open subivasudev opened this issue 5 years ago • 1 comments

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

subivasudev avatar Feb 11 '20 11:02 subivasudev

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.

mpenkov avatar Mar 08 '20 08:03 mpenkov