From 6256c10512ae8d6e4534c75126af6417d114ab47 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Fri, 17 Jul 2015 14:02:36 +0800 Subject: [PATCH] rgw: doc: adding S3/Swift API link Signed-off-by: Yuan Zhou --- doc/radosgw/s3.rst | 4 +++- doc/radosgw/swift.rst | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.3