Skip to content

Commit

Permalink
Merge pull request ceph#10641 from weiqiaomiao/wqm-wip-rgw-s3api
Browse files Browse the repository at this point in the history
doc/radosgw: fix description of response elements 'Part'

Reviewed-by: Yehuda Sadeh <[email protected]>
  • Loading branch information
yehudasa authored Oct 5, 2016
2 parents 85224ae + 9c3fe46 commit a173427
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/radosgw/s3/objectops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
+-----------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit a173427

Please sign in to comment.