Enhancement: Display upload size in a more simplified manner along with an upload progress bar. #682
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
What happened:
RFE:
Convert upload size to the nearest KB/MB/GB, rather than bytes.
During image upload, the size is represented in bytes which can be better represented in KB/MB/GB based on the corresponding object that is being uploaded.
pvsadm/pkg/client/s3client.go
Lines 255 to 261 in ee4d801
This can further be improved by introducing a progress bar:
https://github.com/vbauerster/mpb
How to reproduce it (as minimally and precisely as possible):
pvsadm upload :
The text was updated successfully, but these errors were encountered: