You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had more of a poke about, refactoring to use fsspec would allow you to remove a significant amount of code you have for handling s3 files, while also adding support for the very large list of other providers with no added effort.
I am happy to take a first pass at this if you have the time to review it and integrate it?
Rather than hard coding s3 support it would be more flexible and easier to write code to use fsspec to transparently handle files on disk or remote.
The text was updated successfully, but these errors were encountered: