mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

Add Google Cloud Storage integration #110

Closed siboehm closed 3 years ago

siboehm commented 3 years ago

Via Google's google-cloud-storage library. SimpleKV has support for google cloud storage through boto, however that doesn't work for Python3.

Testing is done using https://github.com/fsouza/fake-gcs-server.

mlondschien commented 3 years ago

Any possibility to get this into master and released? @mbr @fmarczin

xhochy commented 3 years ago

Any chance to get this merged and released?

mlondschien commented 3 years ago

This three month old PR is approved by two different reviewers. https://github.com/JDASoftwareGroup/storefact/pull/19 depends on it. We have a dependence on both. Can we please get this merged and released? @fjetter @fmarczin @mbr.

xhochy commented 3 years ago

Well, let's fork it.