show progress bar on upload
Bug #1231509 reported by
Dafna Ron
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
Confirmed
|
Undecided
|
Jonas Lundqvist |
Bug Description
I think it would be helpful to show a progress bar when uploading/
currently, if we try to upload a large file we have no status on the upload:
[root@nott-vdsa tmp(keystone_
Changed in swift: | |
assignee: | nobody → Jonas Lundqvist (jonas-lundqvist) |
Changed in python-swiftclient: | |
status: | New → In Progress |
Changed in python-swiftclient: | |
status: | In Progress → Confirmed |
To post a comment you must log in.
I have implement a new optional argument --progress to the swift upload (and download) command.
Implementation is done in
python- swiftclient/ bin/swift swiftclient/ swiftclient/ client. py
python-
If --progress is given progress are printed to stdout.
However I do not know if this a bug that should be fixed.