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 5387cfa commit 164b5b2Copy full SHA for 164b5b2
python/ibmos2spark/osconfig.py
@@ -259,7 +259,7 @@ def _get_required_keys(cos_type, auth_method):
259
raise ValueError("Invalid input: cos_type. cos_type is optional but if set, it should have one of the following values: classic_cos, bluemix_cos")
260
261
# check keys
262
- required_key_list = _get_required_keys()
+ required_key_list = _get_required_keys(cos_type, auth_method)
263
264
for i in range(len(required_key_list)):
265
key = required_key_list[i]
0 commit comments