]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix list obj v1 nextmarker 54837/head
authorimtzw <tongzhiwei_yewu@cmss.chinamobile.com>
Fri, 8 Dec 2023 06:11:13 +0000 (06:11 +0000)
committerimtzw <tongzhiwei_yewu@cmss.chinamobile.com>
Fri, 22 Dec 2023 03:32:31 +0000 (03:32 +0000)
commitb5fe51379ddd368a2237bdbe1c23c88cf28321fd
treed83948dc74e65d329828a9735551fb39214f23e5
parent10d3caafcb16de97878df894feb893418d185205
rgw: fix list obj v1 nextmarker

when encoding-type=url given, aws sdk will try to decode
next marker returned in a list obj response.
if it is not actually encoded and the marker obj just
have an encoding symbol in its name, aws sdk may get
error when trying to decode it.

Signed-off-by: imtzw <tongzhiwei_yewu@cmss.chinamobile.com>
src/rgw/rgw_rest.h
src/rgw/rgw_rest_s3.cc