Option for IBM IAM auth endpoint added return

This commit is contained in:
Neeraj Kumar Kashyap 2018-06-04 16:44:14 +05:30
parent d8e12839af
commit 5a481e6a01

View File

@ -4533,6 +4533,7 @@ static int my_fuse_opt_proc(void* data, const char* arg, int key, struct fuse_ar
}
endpoint_url = iam_endpoint + "/oidc/token";
S3fsCurl::SetIAMCredentialsURL(endpoint_url.c_str());
return 0;
}
if(0 == strcmp(arg, "ecs")){
if (is_ibm_iam_auth) {