Skip to content

Releases: valerytschopp/python-radosgw-admin

New functions added

07 Oct 09:05
Compare
Choose a tag to compare
  • 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.

Python3 compatible. Drop support for Ceph Hammer.

30 Jan 13:41
Compare
Choose a tag to compare

The release should be Python3 compatible.

The support for Ceph Hammer or older have been dropped.

New quota and key functions

15 Jan 12:32
Compare
Choose a tag to compare
  • Set/get quota functions added
  • Create/delete key functions added

AWS4 Signature and bug fixes

14 Dec 15:41
Compare
Choose a tag to compare

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

Some bug fixes.

Jewel vs Hammer bug fix

20 Feb 15:02
Compare
Choose a tag to compare

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

Handle both case.

Performances

20 Feb 09:46
Compare
Choose a tag to compare

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

Timeout added

16 Feb 08:36
Compare
Choose a tag to compare

Version 1.2.0:

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

Published to pypi.python.org

15 Feb 12:36
Compare
Choose a tag to compare

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