Skip to main content

Ceph RADOS Gateway admin operations REST API

Project description

# python-radosgw-admin

Python REST API for the Ceph RADOS Gateway (radosgw) admin operations

http://ceph.com/docs/master/radosgw/adminops/

## Requirement

- boto

## Installation

python setup.py install

## Configuration of the admin user

Create or modify a user/bucket in radosgw with the following capabilities (caps):

"caps": [
{ "type": "buckets",
"perm": "*"},
{ "type": "usage",
"perm": "read"},
{ "type": "metadata",
"perm": "read"},
{ "type": "users",
"perm": "*"}
]

You can use `radosgw-admin` to add capabilities to an existing user:

radosgw-admin caps add --uid <USER_ID> --caps "buckets=read,write"
radosgw-admin caps add --uid <USER_ID> --caps "users=read,write"

## Example

See the example in [examples/radosgw-admin-example.py](https://github.com/valerytschopp/python-radosgw-admin/blob/master/examples/radosgw-admin-example.py)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radosgw-admin-1.1.1.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

radosgw_admin-1.1.1-py2.py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page