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 a new meta to StorageMeta to hold the service name

abyss-w opened this issue · comments

In BeyondCTL, we need to get the name of the service when implementing stat, but there is no such metain StorageMeta to store the service name.
We can add a meta to StorageMeta that holds the name of the service.

service field has been added to StorageMeta, let's assign the value after or during the service migration.