``bucket`` alone is specified, information for that particular bucket will be
retrieved.
+If ``max-entries`` is specified to limit the number of buckets returned, the
+response body will change and contain the keys ``buckets``, ``count`` and
+``truncated``. If ``truncated`` is true the ``marker`` key will also be added.
+
:caps: buckets=read
Syntax
:Example: True [False]
:Required: No
+``max-entries``
+
+:Description: The number of bucket list entries to return.
+:Type: Integer
+:Example: 100
+:Required: No
+
+``marker``
+
+:Description: The marker to use when listing buckets.
+:Type: String (bucket name)
+:Example: my-bucket
+:Required: No
+
Response Entities
~~~~~~~~~~~~~~~~~
:Type: String
:Parent: ``bucket``
+``count``
+
+:Description: Number of returned buckets, only if ``max-entries`` is specified.
+:Type: Integer
+
+``truncated``
+
+:Description: Reported if the response is truncated when ``max-entries`` is specified.
+:Type: Boolean
+
+``marker``
+
+:Description: If ``truncated`` is true the ``marker`` key is returned with
+ the marker (bucket name) to use to continue pagination.
+:Type: String
+
Special Error Responses
~~~~~~~~~~~~~~~~~~~~~~~