go-storage
go-storage copied to clipboard
Add `read_with_size` and `read_with_offset` feature
Background
As described in https://github.com/beyondstorage/go-storage/pull/960, not all service support read with size and offset. We need to add those two features so that services can be declared whether they support it or not.
Solution
- Maybe we can export all pairs that service support into features?