Many stores, like [`GoogleCloudStore`](https://github.com/data-engineering-collective/minimalkv/blob/f2012e7474d5880a8ebbf1c10d05d8885da5513f/minimalkv/net/gcstore.py#L44), are written from scratch. It would be much easier to use the abstractions provided through [fsspec](https://github.com/fsspec/filesystem_spec), like [gcsfs](https://github.com/fsspec/gcsfs). Store now using `fsspec`: - [X] `GoogleCloudStore`: https://github.com/data-engineering-collective/minimalkv/pull/51 - [ ] `Boto3Store`: #66
Many stores, like
GoogleCloudStore, are written from scratch. It would be much easier to use the abstractions provided through fsspec, like gcsfs.Store now using
fsspec:GoogleCloudStore: Implement Google Cloud store using fsspec #51Boto3Store: Boto3Store using s3fs #66