forked from TrueCloudLab/frostfs-node
f194c840d7
In previous implementation WithCompressObjects returned Option than could panic if zstd (de)compressor creation failed with error. From now errors with (de)compressor creation result in an option without using data compression. In this case, the error is written to the log passed to the option constructor. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru> |
||
---|---|---|
.. | ||
blobstor.go | ||
compress.go | ||
delete.go | ||
fstree.go | ||
get.go | ||
getrange.go | ||
put.go |