forked from TrueCloudLab/frostfs-node
[#276] innerring: Use Head with TTL in PoR
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
f9e81383ae
commit
10b548275a
4 changed files with 14 additions and 6 deletions
|
@ -83,7 +83,7 @@ type ContainerCommunicator interface {
|
|||
GetSG(*audit.Task, *object.ID) (*storagegroup.StorageGroup, error)
|
||||
|
||||
// Must return object header from the container node.
|
||||
GetHeader(*audit.Task, *netmap.Node, *object.ID) (*object.Object, error)
|
||||
GetHeader(*audit.Task, *netmap.Node, *object.ID, bool) (*object.Object, error)
|
||||
|
||||
// Must return homomorphic Tillich-Zemor hash of payload range of the
|
||||
// object stored in container node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue