beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `read_with_size` and `read_with_offset` feature

Xuanwo opened this issue · comments

Background

As described in #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?