-
Notifications
You must be signed in to change notification settings - Fork 31
feat(storage): add support for GCS as storage driver #60
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
Conversation
|
Looks good but we still need to find a way to add tests for this. Are there any gcs emulators for local development? |
|
@LouisHaftmann I found this, will give it a try. |
|
@LouisHaftmann I have added the test and that helped me to identify a bug. Thanks for the suggestion. |
LouisHaftmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one tiny nitpick: Could we rename STORAGE_GCS_SERVICEACCOUNT_KEY to STORAGE_GCS_SERVICE_ACCOUNT_KEY for the sake of consistency?
|
Done. Renamed it. |
|
Thank you! ❤️ |
|
Will be available in the next release. You can check it out now with the dev image |
feat(storage): add support for GCS as storage driver
This PR aims to add support for Google Cloud Storage (GCS) as a storage driver.