frostfs-node/pkg/services/object_manager/transformer
Leonard Lyubich a433f9dd85 [#42] object/transformer: Fix incorrect checksums of parent object
In previous implementations object size limiter left checksums of parent
object payload unset. This was caused by the closure that written calculated
checksums to the child object instead of parent one.

Construct payload checksum writers in separate function in order to prevent
closure bug.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-10-02 11:25:36 +03:00
..
fmt.go [#30] object_manager: Implement object transformers 2020-10-02 11:25:35 +03:00
transformer.go [#42] object/transformer: Fix incorrect checksums of parent object 2020-10-02 11:25:36 +03:00
types.go [#30] object_manager: Implement object transformers 2020-10-02 11:25:35 +03:00