Python Radosgw Admin Versions Save

Ceph RADOS Gateway admin operations

v1.7.2

3 years ago
  • Version 1.7: Functions get_buckets() and get_users() returns an iterator, not a list anymore.
  • Version 1.7.1: Function get_uids() added.
  • Version 1.7.2: Functions get_policy(bucket, object=None, ...) and delete_usage() added. Function set_quota(...) returns None.

v1.6.0

5 years ago

The release should be Python3 compatible.

The support for Ceph Hammer or older have been dropped.

v1.5.1

5 years ago
  • Set/get quota functions added
  • Create/delete key functions added

v1.3.0

6 years ago

AWS4 signature is now used by default to authenticate the admin user.

Some bug fixes.

v1.2.2

7 years ago

The GET /admin/bucket?stats=True response is different for Ceph radosgw Hammer and Jewel.

Handle both case.

v1.2.1

7 years ago

The get_buckets method uses the stats request parameter and directly get all the information for all buckets in one call.

v1.2.0

7 years ago

Version 1.2.0:

  • timeout (default: 30) added in __init__ method
  • 3 retries by default.

v1.1.2

7 years ago

Version 1.1.2 of the radosgw-admin package have been published in https://pypi.python.org/pypi/radosgw-admin

To install the package just use pip:

pip install radosgw-admin