python-radosgw-admin
python-radosgw-admin copied to clipboard
Ceph RADOS Gateway admin operations
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...
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...