Closed kylebarron closed 2 weeks ago
get_range, get_range_async, get_ranges, and get_ranges_async now use start/end instead of offset/length. This is for consistency with the range option of obstore.get.
get_range
get_range_async
get_ranges
get_ranges_async
range
obstore.get
get_range
,get_range_async
,get_ranges
, andget_ranges_async
now use start/end instead of offset/length. This is for consistency with therange
option ofobstore.get
.