go-storage icon indicating copy to clipboard operation
go-storage copied to clipboard

Add `read_with_size` and `read_with_offset` feature

Open Xuanwo opened this issue 2 years ago • 0 comments

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?

Xuanwo avatar Nov 10 '21 07:11 Xuanwo