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.
master
parent
c310cbbe89
commit
4ddc222f46
Loading…
Reference in new issue