Decouple GCP from local development
emmeblm opened this issue · 1 comments
emmeblm commented
Google Cloud Storage is used to store the pictures related to an animal.
Currently, local development is tied to GCP and integration tests need a valid GCP connection to be able to run successfully.
There is a way to decouple this so that local development can continue without the need to setup a GCP account: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-storage
emmeblm commented
Local development is already decoupled from GCP