-
Notifications
You must be signed in to change notification settings - Fork 54
Status update enhancement? #56
Comments
No problem, the issues can also be used for discussion and ideas. I implemented a very basic version of the progress update using Amazons Give it a try and tell me if this is how you imagined it. Currently it's very rough, printing the progress each second. I think it would be nice to make this configurable via the config, so the interval can be modified. |
Progress is currently printed like this:
|
Yes, that is exactly what I had in mind. It would be better if you could add a percent to it since the numbers are hard to see when they scroll: INFO 1436542/64105342 transferred (2%). Your documentation makes the utility easy to use. For the beta, I found a couple of things: a) The reporting loop doesn't end after the file uploads. b)Region required when using the --help option. c) Exception stack dump when listing the contents of an empty vault. |
The ArchiveTransferManager now uses a ProgressTracker and the progress is printed as a percentage. Fixes #56.
It would be nice to have a status of the upload progress at the command line. Is this doable - I would be willing to contribute. I was thinking that every 30 seconds it prints a % complete. Sorry - I know this is more of a think-tank than an issue
The text was updated successfully, but these errors were encountered: