diff options
author | annexuser <annexuser@web> | 2013-01-13 20:16:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-13 20:16:51 +0000 |
commit | 54b51f0edba435c3793f34be5953984d981120bd (patch) | |
tree | 4db982faa06cfb912e29a4ed59cc2369286350b6 /doc | |
parent | 9eb6fd4d842b95e1aea371e2d07765821c505aec (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/No_progress_bars_with_S3.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/No_progress_bars_with_S3.mdwn b/doc/bugs/No_progress_bars_with_S3.mdwn new file mode 100644 index 000000000..907b3cb11 --- /dev/null +++ b/doc/bugs/No_progress_bars_with_S3.mdwn @@ -0,0 +1,21 @@ +## What steps will reproduce the problem? + +Add new data to a repository with an S3 special remote. Monitor the repository with the web app. + + +## What is the expected output? What do you see instead? + +I expect a changing status bar and percentage. Instead I see no changes when an upload becomes active. + + +## What version of git-annex are you using? On what operating system? + +3.20130102 on Arch 64-bit. + + +## Please provide any additional information below. + + +When uploading local data to an S3 remote, I see no progress bars. The progress bar area on active uploads stays the same grey as the bar on queued uploads. The status does not change from "0% of...". The uploads are completing, but this makes it very difficult to judge their activity. + +The only remotes I currently have setup are S3 special remotes, so I cannot say whether progress bars are working for uploads to other remote types. |