src/rgw/driver/daos/README.md
Standalone RADOS Gateway (RGW) on DAOS (Experimental)
Add below cmake option
-DWITH_RADOSGW_DAOS=ON
cd build
ninja [vstart]
Edit ceph.conf to add below option
[client]
rgw backend store = daos
Restart vstart cluster or just RGW server
[..] RGW=1 ../src/vstart.sh -d
The above configuration brings up an RGW server on DAOS.
To create a testid user to be used for s3 operations, use the following command:
local akey='0555b35654ad1656d804'
local skey='h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q=='
radosgw-admin user create --uid testid \
--access-key $akey --secret $skey \
--display-name 'M. Tester' --email [email protected] --no-mon-config