blob: afa7ba5eef3aa39c055651707792413acbe7d6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
## 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.
> [[done]], this turned out to be a confusion in the progress code;
> parts were expecting a full number of bytes since the start, while
> other parts were sending the number of bytes in a chunk. Result was
> progress bars stuck at 0% often. --[[Joey]]
|