frostfs-node/pkg/services/object/put
Evgenii Stratonikov 6679d59e89 [#422] pkg/services: Provide client options on cache creation
Because options are not used when client is already in cache
providing them to shared cache is misleading at best.
In the worst case `dial_timeout` is set randomly (because of race
condition) which can lead to one service having `dial_timeout` of
another. Thus we set default client creation options when cache is
created.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-03-15 14:07:53 +03:00
..
v2 [#234] Fix ineffassign linter remark 2021-01-14 12:13:49 +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 [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
res.go [#33] service/object: Implement object Put distributed service 2020-10-02 11:25:35 +03:00
service.go [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
streamer.go [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
validation.go [#302] Fix errcheck linter errors 2021-01-12 18:47:02 +03:00