X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fdoc%2Fradosgw%2Fswift.rst;fp=src%2Fceph%2Fdoc%2Fradosgw%2Fswift.rst;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=42f21ffcfcee3a684f6c8104eb13a75b148ce7e1;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/doc/radosgw/swift.rst b/src/ceph/doc/radosgw/swift.rst deleted file mode 100644 index 42f21ff..0000000 --- a/src/ceph/doc/radosgw/swift.rst +++ /dev/null @@ -1,75 +0,0 @@ -=============================== - Ceph Object Gateway Swift API -=============================== - -Ceph supports a RESTful API that is compatible with the basic data access model of the `Swift API`_. - -API ---- - -.. toctree:: - :maxdepth: 1 - - Authentication - Service Ops - Container Ops - Object Ops - Temp URL Ops - Tutorial - Java - Python - Ruby - - -Features Support ----------------- - -The following table describes the support status for current Swift functional features: - -+---------------------------------+-----------------+----------------------------------------+ -| Feature | Status | Remarks | -+=================================+=================+========================================+ -| **Authentication** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Get Account Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Swift ACLs** | Supported | Supports a subset of Swift ACLs | -+---------------------------------+-----------------+----------------------------------------+ -| **List Containers** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Delete Container** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Create Container** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Get Container Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Update Container Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Delete Container Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **List Objects** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Static Website** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Create Object** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Create Large Object** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Delete Object** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Get Object** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Copy Object** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Get Object Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Update Object Metadata** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Expiring Objects** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **Object Versioning** | Supported | | -+---------------------------------+-----------------+----------------------------------------+ -| **CORS** | Not Supported | | -+---------------------------------+-----------------+----------------------------------------+ - -.. _Swift API: http://developer.openstack.org/api-ref-objectstorage-v1.html