### Please describe the problem. When copying files to s3 using, git annex copy --quiet --to mys3 --fast No information whatsoever is printed during upload when ran without `--quite` it prints a line for each file in the repo creating page after page of output for repos with thousands of file basically no way to tell which files got uploaded. Is it possible to have a verbosity level between quite and verbose that only reports progress on actual copy/move operations. ### What steps will reproduce the problem? ### What version of git-annex are you using? On what operating system? ### Please provide any additional information below. [[!format sh """ # If you can, paste a complete transcript of the problem occurring here. # If the problem is with the git-annex assistant, paste in .git/annex/daemon.log # End of transcript or log. """]] [[!meta title="copy --fast --to remote should be quiet when nothing to do"]] > [[fixed|done]]; Avoided the unnecessary output in this situation. > --[[Joey]]