summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-05-25 16:15:14 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2012-05-25 16:15:14 -0700
commit73e29b658dfba231ea491178314ad419c8813f93 (patch)
tree4640bc6e5fa5bc26cffc292ffbeb700ffcfb65c1 /doc
parentd33f4fb627ddcdf19e971ec9ba4ec7a3d5ac2af7 (diff)
downloadceph-73e29b658dfba231ea491178314ad419c8813f93.tar.gz
doc: needed carriage returns between headings, code tag and syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/s3/bucketops.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/s3/bucketops.rst b/doc/api/s3/bucketops.rst
index 4bb8332ae5b..ed089789c62 100644
--- a/doc/api/s3/bucketops.rst
+++ b/doc/api/s3/bucketops.rst
@@ -82,6 +82,7 @@ Returns a list of bucket objects.
Syntax
~~~~~~
+
::
GET /{bucket}?max-keys=25 HTTP/1.1
@@ -167,6 +168,7 @@ Syntax
Add the ``acl`` subresource to the bucket request as shown below.
::
+
GET /{bucket}?acl HTTP/1.1
Host: cname.domain.com
@@ -205,6 +207,7 @@ Syntax
Add the ``acl`` subresource to the bucket request as shown below.
::
+
PUT /{bucket}?acl HTTP/1.1
Request Entities
@@ -238,7 +241,9 @@ the service hasn't completed all the uploads yet.
Syntax
~~~~~~
+
::
+
GET /{bucket}?uploads HTTP/1.1
Parameters