forked from TrueCloudLab/frostfs-node
395fd187ac
In recent changes argument list of set eACL call of Container contract client was extended with binary public key. In the future there will be a need to pass the table in binary format. Replace `PutEACL` method with `PutEACLBinary` one which accepts three binary parameters: eACL table, key and signature. Create `PutEACL` function similar to the removed method, but accepting `Signature` structure instead of just a signature. Use this function in Container service server in the place where `PutEACL` was used. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru> |
||
---|---|---|
.. | ||
wrapper | ||
client.go | ||
delete.go | ||
eacl.go | ||
eacl_set.go | ||
estimations.go | ||
get.go | ||
list.go | ||
load.go | ||
put.go |