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
commit 72fe304b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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."