revert
This commit is contained in:
parent
e45119bbbf
commit
3eb4ad85d3
@ -109,10 +109,6 @@ List<Validator> getSettingValidators(String settingPath) {
|
||||
];
|
||||
case 'HostConfig.Protocol':
|
||||
return [(value) => value == "http" || value == "https"];
|
||||
case 'RemoteConfig.EncryptionToken':
|
||||
return [(value) => value.isNotEmpty];
|
||||
case 'RemoteMount.EncryptionToken':
|
||||
return [(value) => value.isNotEmpty];
|
||||
case 'S3Config.AccessKey':
|
||||
return [(value) => value.trim().isNotEmpty];
|
||||
case 'S3Config.Bucket':
|
||||
|
Loading…
x
Reference in New Issue
Block a user