[#1319] services/object: Remove Write method from local and remote targets

They work with prepared objects only.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-04-28 10:19:26 +03:00 committed by LeL
parent 4ea03c01b5
commit 057d53459b
4 changed files with 7 additions and 14 deletions

View file

@ -13,8 +13,6 @@ import (
)
type remoteTarget struct {
transformer.ObjectTarget
ctx context.Context
keyStorage *util.KeyStorage