python-radosgw-admin icon indicating copy to clipboard operation
python-radosgw-admin copied to clipboard

Ceph RADOS Gateway admin operations

Results 4 python-radosgw-admin issues
Sort by recently updated
recently updated
newest added

Hi, Many thanks for this useful library. I was wondering if you have any plans to switch to using `boto3`: `boto` is at this point no longer properly maintained and...

enhancement
todo

Hi! I need to send requests for rados gateway behind a http proxy and I'm applying the following settings on my connector: ```python # -*- coding: utf-8 -*- #!/usr/bin/env python3...

There are a couple references to subusers in the code, but none of them supply a function to create, delete, or rekey a subuser.

Hi, Thanks for making this client library, I'm finding it immensely useful. I'm having an issue modifying caps for a given user post-creation. It seems fine to create a user...