frostfs-node/pkg/services/object/get
Alex Vanin 16f13bc0a5 [#522] Use HostAddrString as RPC endpoint instead of IPAddrString
To enable TLS support we can't operate with IP addresses directly.
Certificates are issued with host names so it is required to
pass them into RPC client. DNS resolving should be done by transport
layer and not be a part of node. Therefore `IPAddrString` usage is
removed from code.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +03:00
..
v2 [#431] object/range: Fix payload slice allocation in re-sign callback 2021-05-04 13:56:55 +03:00
assemble.go [#431] services/object: Re-sign original read requests during forwarding 2021-05-04 13:56:55 +03:00
container.go [#234] services/object: Support netmap epoch and lookup dead in read ops 2021-01-12 19:19:11 +03:00
exec.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
get.go [#290] object/rangehash: Apply salt to data before hashing 2021-01-11 18:40:59 +03:00
get_test.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
local.go [#239] object/head: Implement new service processing 2020-12-11 17:19:37 +03:00
prm.go [#431] services/object: Re-sign original read requests during forwarding 2021-05-04 13:56:55 +03:00
remote.go [#239] object/head: Implement new service processing 2020-12-11 17:19:37 +03:00
res.go [#235] object/getrangehash: Implement new service processing 2020-12-11 17:19:37 +03:00
service.go [#428] client: Hide client cache behind interface in dependent packages 2021-03-24 10:11:52 +03:00
util.go [#431] services/object: Re-sign original read requests during forwarding 2021-05-04 13:56:55 +03:00