horaedb
horaedb copied to clipboard
Object store get range support `0..` syntax
Describe This Problem
S3 support set range without explicitly end like start.., but object_store crate don't support, we should support it in upstream first.
Proposal
- Implement this in upstream first, then in horaedb.
Additional Context
- https://github.com/aws/aws-sdk-java/issues/1551
- https://github.com/apache/incubator-horaedb/pull/1440#issuecomment-1903576439