python-swiftclient/swiftclient
Tim Burke 373fa26ce1 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
2021-09-21 16:06:56 -07:00
..
__init__.py Use "# noqa" instead of "#flake8: noqa" 2016-02-09 23:09:24 +08:00
authv1.py v1auth: support endpoint_data_for() api 2019-11-06 08:47:24 +00:00
client.py Close connections created when calling module-level functions 2020-10-13 10:45:07 -07:00
command_helpers.py object versioning features 2020-04-08 13:07:26 -07:00
exceptions.py Include transaction ID in ClientException.__str__ 2020-09-09 15:32:43 -07:00
multithreading.py docs: Fix warning treated as error 2019-09-04 11:21:04 -07:00
service.py Only log the traceback for non-404s 2021-09-20 15:49:59 -07:00
shell.py Correctly aggregate totals for >10k items 2021-09-21 16:06:56 -07:00
utils.py Clean up some warnings 2020-06-17 21:05:25 -07:00
version.py Fix some typos 2015-12-30 11:01:33 -08:00