frostfs-node/pkg/services/object/put
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 [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
distributed.go [#243] core/object: Replace test content of tombstone with an API structure 2020-12-11 17:19:37 +03:00
local.go [#186] object/put: Use new storage engine for work 2020-12-11 17:19:37 +03:00
prm.go [#71] Broadcast tombstone to container 2020-10-05 14:03:55 +03:00
remote.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
res.go [#33] service/object: Implement object Put distributed service 2020-10-02 11:25:35 +03:00
service.go [#428] client: Hide client cache behind interface in dependent packages 2021-03-24 10:11:52 +03:00
streamer.go [#428] client: Hide client cache behind interface in dependent packages 2021-03-24 10:11:52 +03:00
validation.go [#302] Fix errcheck linter errors 2021-01-12 18:47:02 +03:00