minio/pkg/policy/condition
Anis Elleuch 4ddc222f46 fix: Propagate bucket policy update in a distributed setup (#6135)
Commit 0d52126023 caused a regression in setting
a new bucket policy in a distributed setup. The reason is that gob is not able
to encode fields declared as interfaces unless we provide GobEncode() and GobDecode()
This PR adds them by using json marshaller and unmarshaller that are already
implemented for Functions interface.
2018-07-09 02:18:48 -07:00
..
func.go fix: Propagate bucket policy update in a distributed setup (#6135) 2018-07-09 02:18:48 -07:00
func_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
ipaddressfunc.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
ipaddressfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
key.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
key_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
name.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
name_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
nullfunc.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
nullfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
stringequalsfunc.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
stringequalsfunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
stringlikefunc.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
stringlikefunc_test.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07:00
value.go Enhance policy handling to support SSE and WORM (#5790) 2018-04-24 15:53:30 -07: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