frostfs-node/pkg/services/object
Leonard Lyubich 1406d096a2 [#1680] service/object: Fail all operations in maintenance mode
Storage node should not provide NeoFS Object API service when it is
under maintenance.

Declare `Common` service that unifies behavior of all object operations.
The implementation pre-checks if node is under maintenance and returns
`apistatus.NodeUnderMaintenance` if so. Use `Common` service as a first
logical processor in object service pipeline.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-14 13:54:32 +04:00
..
acl [#1770] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
delete [#1770] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
get [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
head [#1513] Upgrade NeoFS SDK Go with changed netmap package 2022-06-17 15:53:18 +03:00
internal [#1894] services/object: Ignore unrelated sessions in client 2022-10-14 12:37:31 +03:00
put [#1770] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
search [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
util [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
common.go [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
metrics.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [#1098] object/search: Fix error loss in SignService.Search 2022-01-21 14:54:22 +03:00
transport_splitter.go [#1063] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00