frostfs-node/pkg/services/object/put
Leonard Lyubich 1e170c3812 [#234] services/object: Support netmap epoch and lookup dead in read ops
Support processing of NetmapEpoch and NetmapLookupDepth X-headers when
processing object read operations. Placement for operations
Get/Head/GetRange/GetRangeHash/Search is built for the epoch specified in
NetmapEpoch X-header (by default latest). Also the specified operations are
processed until success is achieved for network maps from the past up to
NetmapLookupDepth value. Behavior for default values (zero or missing) left
unchanged.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-01-12 19:19:11 +03:00
..
v2 [#234] services/object: Support netmap epoch and lookup dead in read ops 2021-01-12 19:19:11 +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 [#285] object/put: Fix the loss of X-headers when forwarding objects 2020-12-29 12:22:05 +03:00
res.go [#33] service/object: Implement object Put distributed service 2020-10-02 11:25:35 +03:00
service.go [#186] object/put: Use new storage engine for work 2020-12-11 17:19:37 +03:00
streamer.go [#302] Fix golint else/return linter errors 2021-01-12 18:47:02 +03:00
validation.go [#302] Fix errcheck linter errors 2021-01-12 18:47:02 +03:00