]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: configuring virtual hosted buckets for radosgw
authorCasey Bodley <cbodley@redhat.com>
Fri, 30 Sep 2016 19:42:45 +0000 (15:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 3 Oct 2016 18:25:23 +0000 (14:25 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/s3/commons.rst

index 14e6fd08950d0640dfbb6b0cc0e7bbd254434728..ca848bc277eb14bc7b403c8b15a6b1605f46a802 100644 (file)
@@ -18,6 +18,8 @@ The second method identifies the bucket via a virtual bucket host name. For exam
        GET / HTTP/1.1
        Host: mybucket.cname.domain.com
 
+To configure virtual hosted buckets, you can either set ``rgw_dns_name = cname.domain.com`` in ceph.conf, or add ``cname.domain.com`` to the list of ``hostnames`` in your zonegroup configuration. See `Ceph Object Gateway - Multisite Configuration`_ for more on zonegroups.
+
 .. tip:: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards.
 
 Common Request Headers
@@ -105,3 +107,5 @@ Common Response Status
 +---------------+-----------------------------------+
 | ``500``       | InternalError                     |
 +---------------+-----------------------------------+
+
+.. _`Ceph Object Gateway - Multisite Configuration`: ../../multisite