1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Harshavardhana
f85e8827e1 Migrate mc package to minio-xl from minio/minio repo for probe/quick 2015-10-17 00:24:14 -07:00
Harshavardhana
26cb1e7ae3 Add new accounting reader fixes #1162
Just like how a progress bar keeps track of data transfer
and average speed. Accounting reader implements similar
functionalities for calculating average speed, total transferred.

This accounting information is printed at the end of the copy or mirror
operation in quiet mode.
2015-10-09 12:29:13 -07:00
Harshavardhana
16d489fa3b Anticipating streaming input vendorize changes from minio-go, minio-go-legacy.
Progressbar doesn't add to Total value if its a streaming input, this provides
us infinite progress bar.
2015-10-08 15:26:05 -07:00