The main idea of this playground is to provide an easy to use Ceph environment to simply play around with the technology.
Please check the companion blog post - Kick-start Development with Ceph for more details.
TL;DR
Spin up the container with docker compose -p ceph -d up ceph.
Use Ceph Nano to access the bucket sandbox
Use the embedded s3cmd inside the ceph container docker exec -it ceph-playground_ceph_1 /bin/bash
s3cmd --access_key=sandbox --secret_key=s3cr3t ls s3://sandboxCreate test data
docker exec -it ceph-playground_ceph_1 /tools/prepare-test-environment.shadd grab the prepared s3cmd configurations like follows from docker/ceph/tools/:
s3cmd --config sandbox.s3cfg ls s3://sandbox
s3cmd --config docker/ceph/tools/admin.s3cfg ls s3://delivery-sample-data