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 7a563e1 commit 5387cfaCopy full SHA for 5387cfa
python/ibmos2spark/osconfig.py
@@ -249,7 +249,7 @@ def _get_required_keys(cos_type, auth_method):
249
if (cos_type == "bluemix_cos"):
250
if (auth_method == "api_key"):
251
return required_key_list_iam_api_key
252
- elif (auth_method == "iam_token")
+ elif (auth_method == "iam_token"):
253
return required_key_list_iam_token
254
else:
255
raise ValueError("Invalid input: auth_method. auth_method is optional but if set, it should have one of the following values: api_key, iam_token")
0 commit comments