I wanted to know what your recommended way is to emulate google cloud storage locally, if at all.
In stackoverflow there is a question regarding this: https://stackoverflow.com/questions/37542530/is-there-google-cloud-storage-emulator
There are two answers:
- Use the in memory emulator - This is just available with the java library
- Use minio - I am not sure how to specify google cloud to use minio
A third option would to mock classes from google cloud storage but which classes should be mocked?
I wanted to know what your recommended way is to emulate google cloud storage locally, if at all.
In stackoverflow there is a question regarding this: https://stackoverflow.com/questions/37542530/is-there-google-cloud-storage-emulator
There are two answers:
A third option would to mock classes from google cloud storage but which classes should be mocked?