Add raw flag in object.GetRangeRequest

Raw flag used to get range of physically stored objects and
ignoring split objects. In case of split object node should
return SplitInfo message.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-12-07 16:15:01 +03:00 committed by Leonard Lyubich
parent 7f26542813
commit 75dd1261e3

View file

@ -414,6 +414,10 @@ message GetRangeRequest {
// Requested payload range
Range range = 2;
// If `raw` flag is set, request will work only with objects that are
// physically stored on the peer node.
bool raw = 3;
}
// Body of get range object request message.