From: Yuan Zhou Date: Fri, 17 Jul 2015 06:02:36 +0000 (+0800) Subject: rgw: doc: adding S3/Swift API link X-Git-Tag: v9.1.0~524^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5274%2Fhead;p=ceph.git rgw: doc: adding S3/Swift API link Signed-off-by: Yuan Zhou --- diff --git a/doc/radosgw/s3.rst b/doc/radosgw/s3.rst index fe975e6b9667..30a10fa3fe80 100644 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@ -2,7 +2,7 @@ Ceph Object Gateway S3 API ============================ -Ceph supports a RESTful API that is compatible with the basic data access model of the Amazon S3 API. +Ceph supports a RESTful API that is compatible with the basic data access model of the `Amazon S3 API`_. API --- @@ -93,3 +93,5 @@ The following common request header fields are not supported: +----------------------------+------------+ | **x-amz-version-id** | Response | +----------------------------+------------+ + +.. _Amazon S3 API: http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html diff --git a/doc/radosgw/swift.rst b/doc/radosgw/swift.rst index 626659548936..f0a8cbf9aa0e 100644 --- a/doc/radosgw/swift.rst +++ b/doc/radosgw/swift.rst @@ -2,7 +2,7 @@ Ceph Object Gateway Swift API =============================== -Ceph supports a RESTful API that is compatible with the basic data access model of the Swift API. +Ceph supports a RESTful API that is compatible with the basic data access model of the `Swift API`_. API --- @@ -72,3 +72,4 @@ The following table describes the support status for current Swift functional fe | **CORS** | Not Supported | | +---------------------------------+-----------------+----------------------------------------+ +.. _Swift API: http://developer.openstack.org/api-ref-objectstorage-v1.html