From: John Wilkins Date: Mon, 14 Apr 2014 16:18:26 +0000 (-0700) Subject: doc: Added new docs to index. X-Git-Tag: v0.81~70^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6650c0e839f6c9fc721a120326d6d426bb7a4b7b;p=ceph.git doc: Added new docs to index. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index d9be66b3d8f6..5599d2e75c5a 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -3,7 +3,7 @@ ===================== :term:`Ceph Object Gateway` is an object storage interface built on top of -``librgw`` and ``librados`` to provide applications with a RESTful gateway to +``librgw`` to provide applications with a RESTful gateway to Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces: #. **S3-compatible:** Provides object storage functionality with an interface @@ -13,7 +13,7 @@ Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces: that is compatible with a large subset of the OpenStack Swift API. Ceph Object Storage uses the Ceph Object Gateway daemon (``radosgw``), which is -a FastCGI module for interacting with ``librgw`` and ``librados``. Since it +a FastCGI module for interacting with ``librgw``. Since it provides interfaces compatible with OpenStack Swift and Amazon S3, the Ceph Object Gateway has its own user management. Ceph Object Gateway can store data in the same Ceph Storage Cluster used to store data from Ceph Filesystem clients @@ -23,9 +23,9 @@ you may write data with one API and retrieve it with the other. .. ditaa:: +------------------------+ +------------------------+ | S3 compatible API | | Swift compatible API | +------------------------+-+------------------------+ - | radosgw | + | radosgw | +---------------------------------------------------+ - | librados | + | librgw | +------------------------+-+------------------------+ | OSDs | | Monitors | +------------------------+ +------------------------+ @@ -40,10 +40,12 @@ you may write data with one API and retrieve it with the other. Simple Configuration Federated Configuration Config Reference + Admin Guide Purging Temp Data S3 API Swift API Admin Ops API + OpenStack Keystone Integration troubleshooting Manpage radosgw <../../man/8/radosgw> Manpage radosgw-admin <../../man/8/radosgw-admin>