frostfs-node/pkg/services/object/put
Leonard Lyubich a55af18ad1 [#1219] object/put: Support additional container broadcast
There are several cases when we need to spread the object around the
container after its primary placement (e.g. objects of type TOMBSTONE).
It'd be convenient to support this feature in `putsvc.Service`.

Add additional stage of container broadcast after the object is stored.
This stage is carried out no more than once and does not affect the
outcome of the main PUT operation.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-03-05 16:23:21 +03:00
..
v2 [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
distributed.go [#1219] object/put: Support additional container broadcast 2022-03-05 16:23:21 +03:00
local.go [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
prm.go [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
remote.go [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
res.go [#1131] *: Adopt SDK changes 2022-02-08 09:45:38 +03:00
service.go [#1087] *: Adopt SDK changes 2022-01-14 17:29:03 +03:00
streamer.go [#1219] object/put: Support additional container broadcast 2022-03-05 16:23:21 +03:00
validation.go [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00