From 73e29b658dfba231ea491178314ad419c8813f93 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Fri, 25 May 2012 16:15:14 -0700 Subject: doc: needed carriage returns between headings, code tag and syntax. Signed-off-by: John Wilkins --- doc/api/s3/bucketops.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1