Michael Penkov
Michael Penkov
a top-level keyword argument is overkill (we want to keep the signature of the open function simple). Instead, we could pass them in the client kwargs dict, as happens here:...
@piskvorky We already have a how-to guide explicitly for capturing edge cases like this. https://github.com/RaRe-Technologies/smart_open/blob/develop/howto.md @petedannemann I agree, let's deal with this in documentation for now. @ppwwyyxx Please feel free...
Will that much change? From looking at that PEP, we'll go from using e.g. `Dict[str, int]` to `dict[str, int]` (and get rid of the `from typing import (...)`.
Are either of you able to dig a little deeper and diagnose this issue further?
I think reusing the session makes sense. Are you able to make a PR?
@vvaten Thank you for your pull request. It looks good to me. @menshikh-iv Might be a good idea to merge this _after_ our HDFS integration tests are up. What do...
@piskvorky The price is comparable to what we're paying for our S3 bucket (https://cloud.google.com/storage/pricing#price-tables). We don't move large amounts of data around, so it'll be no more than a few...
@creativesands How's it going? Were you able to check out the suggestion from @petedannemann?
I haven't had time to reproduce nor resolve this. If you're able, please investigate.
This isn't a use case that we currently support. I'm not sure where to implement support for it, either. It's not really an S3-specific thing - you're expecting to do...