frostfs-node/pkg/services/object/delete
Leonard Lyubich b3708fc530 [#957] services/object: Refactor usage of NeoFS API client
The client needs of the Object service are limited and change not often.
Interface changes of the client library should not affect the operation of
various service packages, if they do not change their requirements for
the provided functionality. To localize the use of the base client and
facilitate further support, an auxiliary package is implemented that will
only be used by the Object service.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-03 18:30:09 +03:00
..
v2 [#943] service/object: Remove KeyStore from CommonPrm 2021-10-27 20:25:25 +03:00
container.go [#243] object/delete: Implement new service processing 2020-12-11 17:19:37 +03:00
delete.go [#243] object/delete: Implement new service processing 2020-12-11 17:19:37 +03:00
exec.go [#957] services/object: Refactor usage of NeoFS API client 2021-11-03 18:30:09 +03:00
local.go [#378] object/delete: Set expiration epoch of the created tombstones 2021-02-19 11:56:32 +03:00
prm.go [#957] services/object: Refactor usage of NeoFS API client 2021-11-03 18:30:09 +03:00
service.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
util.go [#243] services/object: Share common parameters across services 2020-12-11 17:19:37 +03:00