diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-05-26 01:15:14 +0200 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-05-26 01:15:14 +0200 |
commit | 73e29b658dfba231ea491178314ad419c8813f93 (patch) | |
tree | 4640bc6e5fa5bc26cffc292ffbeb700ffcfb65c1 /doc/api | |
parent | doc: removed redundant install. (diff) | |
download | ceph-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.rst | 5 |
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 |