developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

Missing LocalStore.from_url #65

Closed diogobaeder closed 2 weeks ago

diogobaeder commented 2 weeks ago

I think the library should support LocalStore.from_url, similarly to other classes, so that the interface is more consistent between the different stores.

kylebarron commented 2 weeks ago

I suppose this could make sense for file:// urls

diogobaeder commented 2 weeks ago

Exactly, that's the idea :-)

diogobaeder commented 2 weeks ago

Damn, you're fast! :-)