frostfs-node/pkg/local_object_storage/blobstor
Leonard Lyubich 1c81d507fd [] 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>
2020-12-11 17:19:37 +03:00
..
blobovnicza.go [] blobstor: Implement blobovnicza tree 2020-12-11 17:19:37 +03:00
blobovnicza_test.go [] blobstor: Inherit the root path to Blobovnicza from BlobStor 2020-12-11 17:19:37 +03:00
blobstor.go [] blobstor: Inherit the root path to Blobovnicza from BlobStor 2020-12-11 17:19:37 +03:00
compress.go [] blobstor: Handle error of zstd (de)compressor creation 2020-12-11 17:19:37 +03:00
delete_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
delete_small.go [] blobstor: Add blobovnicza ID value to DeleteSmallPrm 2020-12-11 17:19:37 +03:00
exists.go [] blobstor: Implement Exists method 2020-12-11 17:19:37 +03:00
fstree.go [] blobstor: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
get_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
get_range_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
get_range_small.go [] blobstor: Define GetRangeSmall operation interface 2020-12-11 17:19:37 +03:00
get_small.go [] blobstor: Implement no-op GetSmall operation 2020-12-11 17:19:37 +03:00
info.go [] blobstor: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
iterate.go [] blobstor: Define Iterate operation 2020-12-11 17:19:37 +03:00
put.go [] blobstor: Classify objects by size according to binary format 2020-12-11 17:19:37 +03:00
util.go [] blobstor: Rename GetRange to GetRangeBig 2020-12-11 17:19:37 +03:00