UMIACS / rgwadmin

Ceph Object Storage Admin API python library bindings.
https://rgwadmin.readthedocs.io/
GNU Lesser General Public License v2.1
85 stars 47 forks source link

adding stats #43

Closed gpaterno closed 4 years ago

gpaterno commented 4 years ago

This small patch add getting user stats, in particular getting current occupied space

liammonahan commented 4 years ago

Similar to how get_bucket() accepts a stats argument, can we put this functionality in get_user() instead?

liammonahan commented 4 years ago

Also, is this option not documented in https://docs.ceph.com/docs/master/radosgw/adminops/#get-user-info I haven't tried it out myself.

liammonahan commented 4 years ago

Closing in favor of your other PR.