diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-06-05 20:09:44 +0200 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-06-05 20:09:44 +0200 |
commit | fb6ea82f40a522b42016c903b9a8f65738b80f4b (patch) | |
tree | e6d827f41e2ba2780743b3f6c69f2c3ca23028a6 /doc/api | |
parent | doc: adding code samples for S3 API usage (thanks, DH!) (diff) | |
download | ceph-fb6ea82f40a522b42016c903b9a8f65738b80f4b.tar.xz ceph-fb6ea82f40a522b42016c903b9a8f65738b80f4b.zip |
doc: Added S3 examples to the toctree.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/s3.rst | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/api/s3.rst b/doc/api/s3.rst index 9523009231c..73b3a5eb54b 100644 --- a/doc/api/s3.rst +++ b/doc/api/s3.rst @@ -7,22 +7,21 @@ Ceph supports a RESTful API that is compatible with the the basic data access mo API --- -- :doc:`Common Entities <s3/commons>` -- :doc:`Authentication and ACLs <s3/authentication>` -- :doc:`Service Operations <s3/serviceops>` -- :doc:`Bucket Operations <s3/bucketops>` -- :doc:`Object Operations <s3/objectops>` - - .. toctree:: :maxdepth: 1 - :hidden: Common <s3/commons> Authentication <s3/authentication> Service Ops <s3/serviceops> Bucket Ops <s3/bucketops> Object Ops <s3/objectops> + C++ <s3/cpp> + C# <s3/csharp> + Java <s3/java> + Perl <s3/perl> + PHP <s3/php> + Python <s3/python> + Ruby <s3/ruby> Features Support |