frostfs-node/pkg/services/object
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
..
acl [#419] eacl: Replace eACL storage implementation to app-side 2021-03-04 16:33:29 +03:00
delete [#378] object/delete: Set expiration epoch of the created tombstones 2021-02-19 11:56:32 +03:00
get [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
head [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
put [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
search [#422] pkg/services: Provide client options on cache creation 2021-03-15 14:07:53 +03:00
util [#422] pkg/services: Cache clients by address only 2021-03-15 14:07:53 +03:00
response.go [#302] Fix golint underscore linter errors 2021-01-12 18:47:02 +03:00
server.go [#241] object/search: Refactor service processing 2020-12-11 17:19:37 +03:00
sign.go [#302] Fix golint underscore linter errors 2021-01-12 18:47:02 +03:00
transport_splitter.go [#291] Remove some unused code from repository 2020-12-30 10:27:53 +03:00