NAME
radosgw_admin - rados REST gateway user administration utility
SYNOPSIS
radosgw_admin [ --user-gen ] [ --user-modify ] [ --read-policy ] [
--list-buckets ] [ options ... ]
DESCRIPTION
radosgw_admin is a RADOS gateway user administration utility. It allows
creating and modifying users.
OPTIONS
-c ceph.conf, --conf=ceph.conf
Use ceph.conf configuration file instead of the default
/etc/ceph/ceph.conf to determine monitor addresses during
startup.
-m monaddress[:port]
Connect to specified monitor (instead of looking through
ceph.conf).
--user-gen
Generate a new user.
--user-modify
Modify an existing user.
--read-policy
Show the ACL policy of an bucket or object.
--list-buckets
Dump the list of buckets that belong to a specific user.
--uid=id
Specify the user id for this operation.
--key=key
Configure the secret key for this user.
--display-name=name
Configure the display name of the user.
--bucket=bucket
Specify the bucket name.
--object=object
Specify the object name.
EXAMPLES
To generate a new user:
$ ./radosgw_admin --user-gen --display-name="johnny rotten"
--email=johnny@rotten.com
User ID: CHBQFRTG26I8DGJDGQLW
Secret Key: QR6cI/31N+J0VKVgHSpEGVSfEEsmf6PyXG040KCB
Display Name: johnny rotten
AVAILABILITY
radosgw_admin is part of the Ceph distributed file system. Please
refer to the Ceph wiki at http://ceph.newdream.net/wiki for more
information.
SEE ALSO
ceph(8)