]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix the handling of rgw_swift_url_prefix.
authorRadoslaw Zarzynski <rzarzynski@mirantis.com>
Thu, 23 Jun 2016 13:43:49 +0000 (15:43 +0200)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Thu, 14 Jul 2016 13:46:24 +0000 (15:46 +0200)
commitdbf5b5b73dc5ceb20959a4a55dd695cd5f95d034
tree2faf5922438121c7565da2147814cdd3234f4f72
parenta01e32d1288bb32420a550417d052585f9befa25
rgw: fix the handling of rgw_swift_url_prefix.

This patch fixes to the support for placing the Swift API in the root
of URL hierarchy. Unfortunately, the whole concept exhibits a severe side
effect: inability to deploy RadosGW in multi-site configuration.

The sole reason behind this fix is the fact we claimed in documentation
that the feature is available.

Fixes: http://tracker.ceph.com/issues/16673
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
doc/radosgw/config-ref.rst
src/rgw/rgw_main.cc
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_swift.cc
src/rgw/rgw_rest_swift.h