diff options
author | Tim Burke <tim.burke@gmail.com> | 2021-09-21 16:02:47 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2021-09-21 16:06:56 -0700 |
commit | 373fa26ce1620d096918bd34ea4983b8ca96898c (patch) | |
tree | 6a04dd1f0f0607c8897e517050c29d544cd2b5af /swiftclient/utils.py | |
parent | 5129b33505691f5c4a3e33f2878b157cbd5b4a62 (diff) | |
download | python-swiftclient-373fa26ce1620d096918bd34ea4983b8ca96898c.tar.gz |
Correctly aggregate totals for >10k items
Previously, we would write out totals for every page of listings, like
$ swift list sync --prefix=09-21 --total -l
80000000000
80000000000
80000000000
58096000000
Now, roll those all into a single total:
$ swift list sync --prefix=09-21 --total -l
298096000000
Change-Id: Icc265636815220e33e8c9eec0a3ab80e9f899038
Diffstat (limited to 'swiftclient/utils.py')
0 files changed, 0 insertions, 0 deletions