@cisaacstern and I were wondering what was the rationale of the lithops project making your own implementation for the lithops cloud proxy storage API.
There are other libraries that deal with this problem already - why not use one of them?
In particular one I like is cloudpathlib, which provides classes that deliberately follow the same interface as the python pathlib standard library module, but for different cloud storage providers. It seems to me that your lithops.storage.CloudFileProxy class could possibly just be replaced with cloudpathlib.CloudPath?
@cisaacstern and I were wondering what was the rationale of the lithops project making your own implementation for the lithops cloud proxy storage API.
There are other libraries that deal with this problem already - why not use one of them?
In particular one I like is
cloudpathlib, which provides classes that deliberately follow the same interface as the pythonpathlibstandard library module, but for different cloud storage providers. It seems to me that yourlithops.storage.CloudFileProxyclass could possibly just be replaced withcloudpathlib.CloudPath?