Add the option to use smart_open to open S3 files#2
Add the option to use smart_open to open S3 files#2pkerpedjiev wants to merge 3 commits intolitements:mainfrom
Conversation
|
First pass at a PR. Would you be interested in something like this. If so, I'm happy to add tests. If not, I'm also happy to just create a new package. |
|
I'll take a look at this as soon as possible. But some thoughts from a quick overview:
I should probably update this repo to use Also, just to understand better. What would be the use case for using I think there's significant overlap between what |
This provides more flexibility into how the files are loaded and could potentially allow loading http-based files or any other type that smart_open supports.