Skip to content

fix: correct parsing for the chunk-size option

Diego Molteni requested to merge slb/dm3/fix-chunk into master

This MR will fix the parsing for the new cp option parameter --chunk-size (available for Azure only) Checking that only positive integer values get used with the argument. If not set 32 will be used as default value

Merge request reports