From: weiqiaomiao Date: Wed, 10 Aug 2016 06:11:43 +0000 (+0800) Subject: doc/radosgw: fix description of response elements 'Part' X-Git-Tag: v10.2.4~86^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77ea51138f05b4fa1c603ade0e62f961ec708441;p=ceph.git doc/radosgw: fix description of response elements 'Part' Signed-off-by: weiqiaomiao (cherry picked from commit 9c3fe46a7eb89aedc52582737c200e58d63738a5) --- diff --git a/doc/radosgw/s3/objectops.rst b/doc/radosgw/s3/objectops.rst index 5ce7a67b64d..b8a2475bf9d 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. | +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+