]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix listing of multipart upload parts
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 23 Jan 2014 21:48:28 +0000 (13:48 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 28 Jan 2014 21:43:26 +0000 (13:43 -0800)
commitf01bd8a94adc4ce8e7131f74282de5b434a7316a
tree79f38178b3118a3800aef67c8c540512adbde60c
parent6b657992d2397e399eacf554357ed807fda399fa
rgw: fix listing of multipart upload parts

Fixes: #7169
There are two issues here. One is that we may return more entries than
we should (as specified by max_parts). Second issue is that the
NextPartNumberMarker is set incorrectly. Both of these issues mainly
affect uploads with > 1000 parts, although can be triggered with less
than that.

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