[#1318] node: Use new tombstone handling
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
24ca8ca5c7
commit
a275a71a87
2 changed files with 21 additions and 1 deletions
|
@ -318,6 +318,8 @@ func initObjectService(c *cfg) {
|
|||
getsvc.WithKeyStorage(keyStorage),
|
||||
)
|
||||
|
||||
*c.cfgObject.getSvc = *sGet // need smth better
|
||||
|
||||
sGetV2 := getsvcV2.NewService(
|
||||
getsvcV2.WithInternalService(sGet),
|
||||
getsvcV2.WithKeyStorage(keyStorage),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue