frostfs-node/pkg/services/object
Pavel Karpy aab398f4f5 [] node: Do not save objects if node not in a container
Do not use node's local storage if it is clear that an object will be
removed anyway as a redundant. It requires moving the changing local storage
logic from the validation step to the local target implementation.
It allows performing any relations checks (e.g. object locking) only if a
node is considered as a valid container member and is expected to store
(stored previously) all the helper objects (e.g. `LOCK`, `TOMBSTONE`, etc).

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-11-19 11:01:04 +03:00
..
acl [] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
delete [] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
get [] services/object: Fix comment 2022-11-19 11:01:04 +03:00
head [] Upgrade NeoFS SDK Go with changed netmap package 2022-06-17 15:53:18 +03:00
internal [] services/object: Allocate memory on-demand in GET_RANGE 2022-11-19 11:01:04 +03:00
put [] node: Do not save objects if node not in a container 2022-11-19 11:01:04 +03:00
search [] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
util [] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
common.go [] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
metrics.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [] object/search: Fix error loss in SignService.Search 2022-01-21 14:54:22 +03:00
transport_splitter.go [] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00