frostfs-node/pkg/services/object/get/v2
Alex Vanin c30aa20b04 [#943] service/object: Refactor private key fetching during execution
`CommonPrm` structure has private key for remote operations.
It obtained in the beginning of request processing. However,
not every operation triggers remote calls. Therefore, key
might not be used. It is important to avoid early key fetching
because `TokenStore` now returns error if session token does not
exist. This is valid case when container nodes receive request with
session token (for ACL pass) and they should process request locally.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-10-27 20:25:25 +03:00
..
service.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
streamer.go [#235] services/object: Implement new GetRange algorithm 2020-12-11 17:19:37 +03:00
util.go [#943] service/object: Refactor private key fetching during execution 2021-10-27 20:25:25 +03:00