We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9585e2 commit 35ce673Copy full SHA for 35ce673
ads/common/auth.py
@@ -66,6 +66,7 @@ def __post_init__(self):
66
)
67
self.oci_config = self.oci_config or {}
68
self.oci_signer = self.oci_signer
69
+ self.oci_signer_callable = self.oci_signer_callable
70
self.oci_signer_kwargs = self.oci_signer_kwargs or {}
71
self.oci_client_kwargs = self.oci_client_kwargs or {}
72
0 commit comments