-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support Google Cloud Storage as Index Store #18
Comments
I am a bit new with Golang, but find a task like this interesting. @mosuka in your opinion, how big of an undertaking is this ticket? I have little experience with GCP but this feels like a great opportunity to get more comfortable with Go and GCP... |
@petergeorgas https://github.com/mosuka/phalanx/blob/main/clients/s3.go I'm planning to implement and integration test it first using fake-gcs-server. I am looking forward to your pull request. |
How do you want to deal with credentials? https://pkg.go.dev/cloud.google.com/go?utm_source=godoc#hdr-Authentication_and_Authorization |
At first, I think we can use Google Application Default Credentials (ADC). In Phalanx, each resource is expressed by a URI.
I want to be able to specify credentials in the URI parameter as well as in other storage.
You can refer to the S3 documentation here. https://github.com/mosuka/phalanx/blob/main/docs_md/index_store.md#amazon-s3 |
No description provided.
The text was updated successfully, but these errors were encountered: