]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Do not encode slashes
authorGabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Thu, 2 Nov 2023 22:41:09 +0000 (00:41 +0200)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 28 Mar 2024 11:40:23 +0000 (11:40 +0000)
commitd6207d562e95035e92e357e4b116096f0206f1a2
tree27e4a757079546efa7ed94160e35d1420641f683
parent67dc623e4c5d16a7db258b4c833f840e18e414c4
Do not encode slashes

Encoding the slash in object names breaks when the object we're trying
to fetch is inside a folder. A side effect of this is that the cloud
sync module fails to sync folders and objects nested within.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
(cherry picked from commit 6b2e616b9321774ac2ccc54ab19233894b9793c5)
src/rgw/rgw_rest_client.cc