From 3e23e45dd7c0ba761fab9f4138159fb94db634e2 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Mon, 7 Dec 2015 15:54:49 +0100 Subject: [PATCH] doc: Fixed incorrect name of a "List Multipart Upload Parts" Response Entity Fixed incorrect name of a "List Multipart Upload Parts" Response Entity: "InitiatedMultipartUploadsResult" -> "ListPartsResult" Fixes: #14003 Signed-off-by: Lenz Grimmer --- doc/radosgw/s3/objectops.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/s3/objectops.rst b/doc/radosgw/s3/objectops.rst index 857976d1b669b..5ce7a67b64d17 100644 --- a/doc/radosgw/s3/objectops.rst +++ b/doc/radosgw/s3/objectops.rst @@ -309,7 +309,7 @@ Response Entities +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ | Name | Type | Description | +=========================================+=============+==========================================================================================================+ -| ``InitiatedMultipartUploadsResult`` | Container | A container for the results. | +| ``ListPartsResult`` | Container | A container for the results. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ | ``Bucket`` | String | The bucket that will receive the object contents. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ -- 2.39.5