-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for GCS datastore #9888
Comments
Triage notes:
Instead of introducing code to this repo, out suggestion here is to do keep this as plugin (https://github.com/bjornleffler/go-ds-gcs), and add "External datastore plugins" section to README or /docs/plugins|datastores 🙏 This way people will be able to discover third-party backends without introducing maintenance cost here. |
I totally get the maintenance issue, maintaining code is hard. I can figure out some way to do the configuration separately form the main kubo binary. Probably something like this: How do I get my code merge my datastore code as a separate repository, similar to the S3 datastore repository? |
@lidel : I reopened so we speak to the question about repository location. |
|
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
Yes, that sounds great. Lets move the repository into the new location. Existing users can migrate. Apologies for the late reply, I missed the previous notification. |
@bjornleffler I seem to still lack permissions, maybe Transfer repo to me? I will re-add you after I'm done with moving it it the right place. |
Transfer requested. Please let me know if you need anything else. |
That did the trick, thank you! Done: https://github.com/ipfs-shipyard/go-ds-gcs/ @bjornleffler you should have necessary permissions to continue being the maintainer of that repo. |
Checklist
Description
I've built a new go-datastore for Google Cloud Storage (GCS), available at:
https://github.com/bjornleffler/go-ds-gcs
I would like to:
This new feature is code complete, tested and documented.
The text was updated successfully, but these errors were encountered: