From 72725f410d84f1e622f517832eafc61d8876c591 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8" Date: Wed, 11 Dec 2013 12:58:52 +0000 Subject: [PATCH] --- doc/bugs/--quite_with_s3.mdwn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/--quite_with_s3.mdwn diff --git a/doc/bugs/--quite_with_s3.mdwn b/doc/bugs/--quite_with_s3.mdwn new file mode 100644 index 0000000000..f087b2bc6e --- /dev/null +++ b/doc/bugs/--quite_with_s3.mdwn @@ -0,0 +1,23 @@ +### 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. +"""]]