diff options
author | Yuan Zhou <yuan.zhou@intel.com> | 2015-07-17 08:02:36 +0200 |
---|---|---|
committer | Yuan Zhou <yuan.zhou@intel.com> | 2015-07-17 08:12:47 +0200 |
commit | 6256c10512ae8d6e4534c75126af6417d114ab47 (patch) | |
tree | db05930779da5756849d8b63a4b17ca5c5ac980f /doc/radosgw/swift.rst | |
parent | Merge pull request #5260 from ceph/wip-12297-readdir (diff) | |
download | ceph-6256c10512ae8d6e4534c75126af6417d114ab47.tar.xz ceph-6256c10512ae8d6e4534c75126af6417d114ab47.zip |
rgw: doc: adding S3/Swift API link
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Diffstat (limited to 'doc/radosgw/swift.rst')
-rw-r--r-- | doc/radosgw/swift.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/radosgw/swift.rst b/doc/radosgw/swift.rst index 62665954893..f0a8cbf9aa0 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 |