I’m working on an application that will use Google Cloud Storage to save files and I was wondering: what’s the best way to emulate it for development?
The application will run on kubernetes, and I was planning to run a development environment on my machine using Minikube (or similar). I know I can set up a different storage for development purposes but I was wondering if there was a way to avoid charges and most important to be able to work offline.
Thanks in advance