Confirmed, significant difference in the size of the cash_note dir when using batch-size 1 compared to all other attempts.
safe files upload 10MB.txt
Uploaded 21 chunks in 1 minutes 24 seconds
du -sh cash_notes 2.5M cash_notes
find cash_notes -type f | wc -l 108
safe files upload --batch-size 5 10MB.txt
Uploaded 21 chunks in 2 minutes 3 seconds
du -sh cash_notes 1.2M cash_notes
find cash_notes -type f | wc -l 111
safe files upload --batch-size 21 10MB.txt
Uploaded 21 chunks in 50 seconds
du -sh cash_notes 3.0M cash_notes
find cash_notes -type f | wc -l 107
safe files upload --batch-size 1 10MB.txt
Uploaded 21 chunks in 7 minutes 47 seconds
du -sh cash_notes 528K cash_notes
find cash_notes -type f | wc -l 127