summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-17 18:32:59 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-17 18:32:59 -0700
commitfb4cba4bd59df19504ff08490157ce54bdca9f83 (patch)
tree08d828500005f18f96cb4dd60575ce972b4c6d99
parentf7843174c03fd12c2efae226ee6e7e8da3edd6d6 (diff)
downloadceph-fb4cba4bd59df19504ff08490157ce54bdca9f83.tar.gz
doc: Removed this doc. Nothing referenced it, and parent directory echoes content.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/radosgw/swift/swift.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/radosgw/swift/swift.rst b/doc/radosgw/swift/swift.rst
deleted file mode 100644
index 3b8531d7bd4..00000000000
--- a/doc/radosgw/swift/swift.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-======================
- Swift-compatible API
-======================
-
-RADOS Gateway provides a scalable, highly available redundant object storage
-API that is compatible with a subset of the `OpenStack Swift`_ API. The
-Swift-compatible API provides a container-based object storage, with support
-for multiple users, storage containers, and access control lists (ACLs).
-This API makes it possible to use a RADOS storage cluster as a Swift-compatible
-object storage system, while simultaneously supporting Ceph FS and RADOS block
-devices too (*e.g.*, you can use it for your Rackspace Cloud Files).
-
-.. note:: The popular Amazon S3 API uses the term 'bucket' to describe a data
- container. When you hear someone refer to a 'bucket' within the Swift API,
- the term 'bucket' may be construed as the equivalent of the term 'container.'
-
-.. toctree::
-
- Tutorial Overview <tutorial>
- Tutorial-Java <java>
- Tutorial-Python <python>
- Tutorial-Ruby <ruby>
- Auth API <auth>
- Service API <serviceops>
- Container API <containerops>
- Object API <objectops>
-
-.. _OpenStack Swift: http://docs.openstack.org/api/openstack-object-storage/1.0/content/ \ No newline at end of file