Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Refactors out the use of GCS so a different object store can be used #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kcolford
Copy link

Google Cloud Storage (GCS) isn't the only object store available and
unlike S3 there isn't a handy drop-in replacement like Minio available
to replace it. By refactoring out the use of GCS into a standard go
interface the entire server becomes much more modular for other
organizations to use.

Google Cloud Storage (GCS) isn't the only object store available and
unlike S3 there isn't a handy drop-in replacement like Minio available
to replace it. By refactoring out the use of GCS into a standard go
interface the entire server becomes much more modular for other
organizations to use.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant