]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: auth v4 client: don't convert '+' to space 41462/head
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 20 May 2021 00:12:48 +0000 (17:12 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 20 May 2021 20:54:50 +0000 (13:54 -0700)
commit878857997e41c910c5f8662e6def6d3d0357943c
tree99396b4c463ea5fbd9fe1e282ed2ea509cd9b8b2
parent813933f81e3d682a0b1ae6dd906e38e78c4859a4
rgw: auth v4 client: don't convert '+' to space

Fixes: https://tracker.ceph.com/issues/50920
The plus sign can be used to represent space after conversion, but this
pre conversion string representation will be hex encoded as plus.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_auth_s3.cc