]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: fix description of response elements 'Part' 11342/head
authorweiqiaomiao <wei.qiaomiao@zte.com.cn>
Wed, 10 Aug 2016 06:11:43 +0000 (14:11 +0800)
committerNathan Cutler <ncutler@suse.com>
Wed, 5 Oct 2016 20:15:06 +0000 (22:15 +0200)
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
(cherry picked from commit 9c3fe46a7eb89aedc52582737c200e58d63738a5)

doc/radosgw/s3/objectops.rst

index 5ce7a67b64d178f9ca3c38d26d3e380a381567ba..b8a2475bf9d684ca2be26ffdd229aa283cbe962d 100644 (file)
@@ -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.                                                                   |
 +-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+