Releases: valerytschopp/python-radosgw-admin
Releases · valerytschopp/python-radosgw-admin
New functions added
- Version 1.7: Functions
get_buckets()
andget_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, ...)
anddelete_usage()
added. Functionset_quota(...)
returnsNone
.
Python3 compatible. Drop support for Ceph Hammer.
The release should be Python3 compatible.
The support for Ceph Hammer or older have been dropped.
New quota and key functions
- Set/get quota functions added
- Create/delete key functions added
AWS4 Signature and bug fixes
AWS4 signature is now used by default to authenticate the admin user.
Some bug fixes.
Jewel vs Hammer bug fix
The GET /admin/bucket?stats=True
response is different for Ceph radosgw Hammer and Jewel.
Handle both case.
Performances
The get_buckets
method uses the stats
request parameter and directly get all the information for all buckets in one call.
Timeout added
Version 1.2.0:
timeout
(default:30
) added in__init__
method- 3 retries by default.
Published to pypi.python.org
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