Check bucket name constraints
Ceph has constraints on the bucket name. https://docs.ceph.com/en/quincy/radosgw/s3/bucketops/ The RestAPI has to check these if a new bucket is created. For that the database constraint on the bucket name and the pydantic models has to be adjusted .