From 77ea51138f05b4fa1c603ade0e62f961ec708441 Mon Sep 17 00:00:00 2001 From: weiqiaomiao Date: Wed, 10 Aug 2016 14:11:43 +0800 Subject: [PATCH] doc/radosgw: fix description of response elements 'Part' Signed-off-by: weiqiaomiao (cherry picked from commit 9c3fe46a7eb89aedc52582737c200e58d63738a5) --- doc/radosgw/s3/objectops.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/s3/objectops.rst b/doc/radosgw/s3/objectops.rst index 5ce7a67b64d17..b8a2475bf9d68 100644 --- a/doc/radosgw/s3/objectops.rst +++ b/doc/radosgw/s3/objectops.rst @@ -335,7 +335,9 @@ Response Entities +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ | ``IsTruncated`` | Boolean | If ``true``, only a subset of the object's upload contents were returned. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ -| ``Part`` | Container | A container for ``Key``, ``Part``, ``InitiatorOwner``, ``StorageClass``, and ``Initiated`` elements. | +| ``Part`` | Container | A container for ``LastModified``, ``PartNumber``, ``ETag`` and ``Size`` elements. | ++-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ +| ``LastModified`` | Date | Date and time at which the part was uploaded. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ | ``PartNumber`` | Integer | The identification number of the part. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+ -- 2.39.5