googlecloudstorage icon indicating copy to clipboard operation
googlecloudstorage copied to clipboard

Disable module via config

Open davidwindell opened this issue 4 years ago • 1 comments

At the moment, there is no way to disable the module via config options so the module can't be completely disabled per environment.

This has led to fatal errors in production (we only use the module on our staging cluster).

Will submit a merge request if I get some time.

davidwindell avatar Jul 22 '21 16:07 davidwindell

We've implemented a check like this for now:

https://github.com/outeredge/googlecloudstorage/commit/82f5e57b0d9449929ede83b91c293ad4741ee08a

davidwindell avatar Dec 10 '21 17:12 davidwindell