--progress was a neat challenge. And it only took me a couple hours
I'm not adding the no-op comparisons to -v.. I want to keep that for when there's actually something that "needs doing". If you are really desperate for more info, you could either
- Use the --deubg flag
- Patch the comparator to change some of the '--debug' checks and debug() calls to be like the '--verbose' checks instead
NB: debug() is a simple wrapper function so I didn't have to keep typing the whole
$stderr.puts "blah blah" if $S3syncOptions['--debug'] each time.