summaryrefslogtreecommitdiffstats
path: root/doc/api
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-05-26 01:15:14 +0200
committerJohn Wilkins <john.wilkins@inktank.com>2012-05-26 01:15:14 +0200
commit73e29b658dfba231ea491178314ad419c8813f93 (patch)
tree4640bc6e5fa5bc26cffc292ffbeb700ffcfb65c1 /doc/api
parentdoc: removed redundant install. (diff)
downloadceph-73e29b658dfba231ea491178314ad419c8813f93.tar.xz
ceph-73e29b658dfba231ea491178314ad419c8813f93.zip
doc: needed carriage returns between headings, code tag and syntax.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc/api')
-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