1RADOSGW_ADMIN(8)            System Manager's Manual           RADOSGW_ADMIN(8)
2
3
4

NAME

6       radosgw_admin - rados REST gateway user administration utility
7

SYNOPSIS

9       radosgw_admin  [  --user-gen  ]  [  --user-modify ] [ --read-policy ] [
10       --list-buckets ] [ options ... ]
11

DESCRIPTION

13       radosgw_admin is a RADOS gateway user administration utility. It allows
14       creating and modifying users.
15

OPTIONS

17       -c ceph.conf, --conf=ceph.conf
18              Use   ceph.conf   configuration  file  instead  of  the  default
19              /etc/ceph/ceph.conf  to  determine  monitor   addresses   during
20              startup.
21
22       -m monaddress[:port]
23              Connect   to  specified  monitor  (instead  of  looking  through
24              ceph.conf).
25
26       --user-gen
27              Generate a new user.
28
29       --user-modify
30              Modify an existing user.
31
32       --read-policy
33              Show the ACL policy of an bucket or object.
34
35       --list-buckets
36              Dump the list of buckets that belong to a specific user.
37
38       --uid=id
39              Specify the user id for this operation.
40
41       --key=key
42              Configure the secret key for this user.
43
44       --display-name=name
45              Configure the display name of the user.
46
47       --bucket=bucket
48              Specify the bucket name.
49
50       --object=object
51              Specify the object name.
52

EXAMPLES

54       To generate a new user:
55
56               $  ./radosgw_admin  --user-gen  --display-name="johnny  rotten"
57              --email=johnny@rotten.com
58               User ID: CHBQFRTG26I8DGJDGQLW
59               Secret Key: QR6cI/31N+J0VKVgHSpEGVSfEEsmf6PyXG040KCB
60               Display Name: johnny rotten
61

AVAILABILITY

63       radosgw_admin  is  part  of  the  Ceph distributed file system.  Please
64       refer to the Ceph wiki at http://ceph.newdream.net/wiki for more inforā€
65       mation.
66

SEE ALSO

68       ceph(8)
69
70
71
72                                                              RADOSGW_ADMIN(8)
Impressum