in src/main/java/com/aliyun/credentials/provider/CLIProfileCredentialsProvider.java [173:175]
boolean shouldReloadCredentialsProvider(String profileName) {
return this.credentialsProvider == null || (!StringUtils.isEmpty(this.currentProfileName) && !StringUtils.isEmpty(profileName) && !this.currentProfileName.equals(profileName));
}