minio/pkg/policy/condition
Harshavardhana 4e4f855b30
Add support for new policy conditions (#7024)
This PR implements following condition types

- StringEqualsIgnoreCase and StringNotEqualsIgnoreCase
- BinaryEquals
2018-12-26 17:39:30 -08:00
..
binaryequalsfunc.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
binaryequalsfunc_test.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
func.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
func_test.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
ipaddressfunc.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
ipaddressfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
key.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
key_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
name.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
name_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
nullfunc.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
nullfunc_test.go Fix policy bugs Null conditions and canonical names (#7021) 2018-12-26 02:03:28 -08:00
stringequalsfunc.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
stringequalsfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
stringequalsignorecasefunc.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
stringequalsignorecasefunc_test.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
stringlikefunc.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
stringlikefunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
value.go Add support for new policy conditions (#7024) 2018-12-26 17:39:30 -08:00
value_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
valueset.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
valueset_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00