gcp_storage_file: error gracefully when google.cloud is not there (#372)

* Error gracefully when google.cloud is not there.

* Add changelog fragment.
This commit is contained in:
Felix Fontein
2020-05-19 23:06:40 +02:00
committed by GitHub
parent b52a6010b6
commit 72fe304b8f
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "gcp_storage_file lookup - die gracefully when the ``google.cloud`` collection is not installed, or changed in an incompatible way."