Hi,
thank you very much for this great project. It powers the GCS interaction several components I had to write. I really like using it.
Today I wanted to finally write tests for my GCS code. For this, I tried to set up a fake GCS server using testcontainers and fsouza/fake-gcs-server. Unfortunately, I am unable to tell gcloud-storage to connect to that fake GCS server. I even try to set STORAGE_EMULATOR_HOST, but to no avail.
It would be great if support for this environment variable could be added.
Thank you very much.
Hi,
thank you very much for this great project. It powers the GCS interaction several components I had to write. I really like using it.
Today I wanted to finally write tests for my GCS code. For this, I tried to set up a fake GCS server using
testcontainersandfsouza/fake-gcs-server. Unfortunately, I am unable to tellgcloud-storageto connect to that fake GCS server. I even try to setSTORAGE_EMULATOR_HOST, but to no avail.It would be great if support for this environment variable could be added.
Thank you very much.