On Mon, Feb 18, 2013 at 8:28 AM, Derek Yarnell <[email protected]> wrote:
> Hi,
>
> I am trying to write some multipart parallel upload scripts.  I have run
> into an issue with listing the current multipart uploads.  Is this
> feature available in the current radosgw (0.56.3)?  I am able to upload
> using multipart when initiatiating the upload and then itterating over
> the chunks sequentially.  But when I try to iterate over a pool of
> chunks in parallel I can't call the listing of multipart uploads on the
> given bucket.
>
> The response I get back from the 'GET /?uploads HTTP/1.1' (the server is
> setup to handle bucket DNS names) is a 200 OK, with a XML
> <ListBucketResult> with the contents of the bucket.
>

The code is there, but looking at it right now, I see some issue. Try
doing 'GET /?uploadId HTTP/1.1' instead.

The fix is trivial, I opened issue #4177 for that. I'm also opening an
issue for fixing our test suite, as it was supposed to catch this
issue.

Thanks,
Yehuda
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to