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

Standardize on "path" as the named arg, not "location" #23

Closed kylebarron closed 1 month ago

kylebarron commented 1 month ago

The ObjectStore trait switches back and forth between its uses of location and path. But this is fine in Rust where named parameters aren't a thing. In Python, however, we should standardize on one or the other, and path is shorter.