Michael Penkov
Michael Penkov
Thank you for reporting this. Are you interested in making a PR?
More likely to be an AWS issue, as nothing much has changed on our side recently. Please show a full stack trace, just in case.
Please send the output of `pip freeze` or whatever the equivalent is on your system. It'd be good to see what versions of relevant packages are installed.
Thank you for reporting this. ```python self._buf.truncate() # (1) self._buf = io.BytesIO() # (2) ``` Interesting, wouldn't the garbage collector take care of this? We're throwing away the old value...
> it seems that the whole file is being kept in memory before it can be written to S3 I'd be surprised if that's really the case. I think it's...
@cnmoise Can you reproduce the problem with the newest version of smart_open? We've reworked the buffering in the S3 submodule significantly, and it's likely the problem is no longer there.
Yes, this is currently not supported. Are you able to make a PR?
You won't be able to push to our repository. That's by design. You need to fork our repository, push the changes to your own fork, and then open a pull...
Duplicates #259
What is the desired behavior here?