This commit is contained in:
parent
a56d400b49
commit
c18c04f707
|
@ -32,10 +32,12 @@ class DDB:
|
|||
|
||||
if storage_engine == StorageEngines.gcs:
|
||||
if all(
|
||||
(
|
||||
gcs_access is not None,
|
||||
gcs_secret is not None,
|
||||
bucket is not None,
|
||||
sid is not None,
|
||||
)
|
||||
):
|
||||
self.db.sql(f"""
|
||||
CREATE SECRET (
|
||||
|
|
Loading…
Reference in a new issue