[#218] blobstor: Inherit the root path to Blobovnicza from BlobStor

Place the root of blobovnicza tree in a subdirectory of BlobStor with same
permissions. Abolish WithBlobovniczaRootPath and WithBlobovniczaPersmissions
options.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-11-30 11:51:34 +03:00 committed by Alex Vanin
parent 4c3d231e82
commit 1c81d507fd
2 changed files with 6 additions and 19 deletions

View file

@ -67,7 +67,7 @@ func TestBlobovniczas(t *testing.T) {
WithSmallSizeLimit(szLim),
WithBlobovniczaShallowWidth(width),
WithBlobovniczaShallowDepth(depth),
WithBlobovniczaRootPath(p),
WithTreeRootPath(p),
WithBlobovniczaSize(szLim),
} {
opt(c)