fileserver: Fix policy `Validate()` oversight (#6727)
parent
fb72793269
commit
d0123bd760
|
@ -297,6 +297,7 @@ func (m MatchFile) Validate() error {
|
|||
switch m.TryPolicy {
|
||||
case "",
|
||||
tryPolicyFirstExist,
|
||||
tryPolicyFirstExistFallback,
|
||||
tryPolicyLargestSize,
|
||||
tryPolicySmallestSize,
|
||||
tryPolicyMostRecentlyMod:
|
||||
|
|
Loading…
Reference in New Issue