Rachit Sharma
Rachit Sharma
Hi everybody, is this issue still open? I know that this thread is quite old, but I still don't see this feature and I think it would be useful to...
As an update, I currently have a PR [here](https://github.com/RaRe-Technologies/smart_open/pull/723) that allows for opening ftp files using smart_open.
@mpenkov @petedannemann Just to summarize the changes that I have made: 1. I have added integration tests which bring up an FTP server and tests reading, writing and appending to...
@petedannemann Thank you! I have added your recommended changes. Let me know if you have any questions or if anything is confusing.
@mpenkov Do these changes look good to you?
@mpenkov Thank you for the suggestions. I have integrated the changes. Let me know if there is anything else that should be added.
@mpenkov Is this issue still open? If so I would like to take a crack at submitting a PR for this.
I believe the functionality requested already exists, as you could specify the low level arguments using the following: `params = {'client_kwargs': {'S3.Client.put_object': {owner : "[email protected]"}}}` The `get_attr` function within [s3.py...
@fsouza I believe I have a solution that fixes this issue and updates `CustomTime` correctly. I am ready to submit a pr but since my solution is based off the...
@fsouza @Meemaw I was wondering if I could pick this task up. My idea is to include a `log-level` flag which can be one of two options: 1. info -...