]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Do not encode slashes 54311/head
authorGabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Thu, 2 Nov 2023 22:41:09 +0000 (00:41 +0200)
committerGabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
Thu, 2 Nov 2023 22:41:09 +0000 (00:41 +0200)
commit6b2e616b9321774ac2ccc54ab19233894b9793c5
treedc49ea8180e6c204efa68643e97cfa0d792e16c6
parent2be7a256dbc9ffae1c54c9b3edb969469e3864b1
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>
src/rgw/rgw_rest_client.cc