mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 02:05:13 +00:00
Option for IBM IAM auth endpoint added return
This commit is contained in:
parent
d8e12839af
commit
5a481e6a01
@ -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";
|
endpoint_url = iam_endpoint + "/oidc/token";
|
||||||
S3fsCurl::SetIAMCredentialsURL(endpoint_url.c_str());
|
S3fsCurl::SetIAMCredentialsURL(endpoint_url.c_str());
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
if(0 == strcmp(arg, "ecs")){
|
if(0 == strcmp(arg, "ecs")){
|
||||||
if (is_ibm_iam_auth) {
|
if (is_ibm_iam_auth) {
|
||||||
|
Loading…
Reference in New Issue
Block a user