frostfs-node/pkg/services/object
Evgenii Stratonikov 3f4475f97b [#1386] services/object: Fail eACL check if the request is invalid
Parse all headers beforehand and reject invalid requests.
Another approach would be to remember the error and check
it after `CalculateAction`, which is a bit faster.
The rule of thumb here is "first validate, then use".

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-05-20 12:04:10 +03:00
..
acl [#1386] services/object: Fail eACL check if the request is invalid 2022-05-20 12:04:10 +03:00
delete [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
get [#1389] crypto: Upgrade SDK package 2022-05-19 10:12:14 +03:00
head [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
internal [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
put [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
search [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
util [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03: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