frostfs-node/pkg
Leonard Lyubich eaae5a5dd7 [#229] blobovnicza: Store objects in a binary format
In previous implementation Blobovnicza's stored objects in protocol format
which did not allow working with externally compressed objects. To achieve
this goal, operations Get and Put no longer work with the structure of the
object, but only with abstract binary data. Operation GetRange has become
incorrect in its original purpose to receive the payload range. In this
regard, BlobStor receives the payload range of the object through Get
operation. In the future either Blobovnicza will learn to compress objects
by itself, or the GetRange operation will be eliminated.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
core [#222] Support Inhume and Delete in object service 2020-12-11 17:19:37 +03:00
innerring [#170] Invoke all alphabet contracts for voting 2020-12-10 17:22:37 +03:00
local_object_storage [#229] blobovnicza: Store objects in a binary format 2020-12-11 17:19:37 +03:00
morph [#170] morph/client: Print reversed hash in logs 2020-12-10 17:22:37 +03:00
network [#193] network/cache: Support client options in ClientCache.Get 2020-11-24 15:34:30 +03:00
policy [#155] Update neofs-api-go with refactored pkg/netmap 2020-11-06 09:55:05 +03:00
services [#222] Support Inhume and Delete in object service 2020-12-11 17:19:37 +03:00
util [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00