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

remove `range` from `GetOptions` for now #51

Closed kylebarron closed 4 weeks ago

kylebarron commented 4 weeks ago

Because of confusion around how range: Tuple[int | None, int | None] is interpreted (https://github.com/developmentseed/obstore/pull/40#issuecomment-2433490733, https://github.com/zarr-developers/zarr-python/issues/2437), we'll remove range from GetOptions for now. 99% of range request cases are handled via get_range and get_ranges, so this is fine to punt towards the future.

Originally implemented in https://github.com/developmentseed/obstore/pull/40