rescued-animals-platform/adoption-service

Decouple GCP from local development

Closed this issue · 1 comments

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

Local development is already decoupled from GCP