Creating an RGW Account
To access Ceph object storage from a client, you need to create an RGW account following the instructions described below.
Perform operations in this section only on ceph1.
- Create an RGW account on ceph1.
1radosgw-admin user create --uid="admin" --display-name="admin user"
- After the account is created, run the following command to query the account information:
1radosgw-admin user info --uid=admin

Parent topic: Deploying Ceph Object Storage