forked from TrueCloudLab/frostfs-node
eaae5a5dd7
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> |
||
---|---|---|
.. | ||
blobovnicza.go | ||
blobovnicza_test.go | ||
blobstor.go | ||
compress.go | ||
control.go | ||
delete_big.go | ||
delete_small.go | ||
exists.go | ||
fstree.go | ||
get_big.go | ||
get_range_big.go | ||
get_range_small.go | ||
get_small.go | ||
info.go | ||
iterate.go | ||
put.go | ||
util.go |