mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
Added check for is_ecs during get_access_keys
We need to presume that if `is_ecs` we are deferring access key loading
This commit is contained in:
parent
5d54883e2f
commit
ccea87ca68
@ -4074,7 +4074,7 @@ static int get_access_keys(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// access key loading is deferred
|
// access key loading is deferred
|
||||||
if(load_iamrole){
|
if(load_iamrole || is_ecs){
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user