mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
Add boolean function condition support (#7027)
This commit is contained in:
@@ -99,6 +99,7 @@ var conditionFuncMap = map[name]func(Key, ValueSet) (Function, error){
|
||||
ipAddress: newIPAddressFunc,
|
||||
notIPAddress: newNotIPAddressFunc,
|
||||
null: newNullFunc,
|
||||
boolean: newBooleanFunc,
|
||||
// Add new conditions here.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user