From: Yuval Lifshitz Date: Wed, 3 Apr 2019 10:34:30 +0000 (+0300) Subject: Merge branch 'master' into s2_pubsub_api_new X-Git-Tag: v15.1.0~3002^2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=604669ea6514b4126b043f657914e520b40c1f06;p=ceph.git Merge branch 'master' into s2_pubsub_api_new --- 604669ea6514b4126b043f657914e520b40c1f06 diff --cc doc/radosgw/s3.rst index f391830896b4,d1d4b6b53193..bf4b0577f588 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@@ -29,55 -29,57 +29,56 @@@ Features Suppor The following table describes the support status for current Amazon S3 functional features: - +---------------------------------+-----------------+------------------------------------------+ - | Feature | Status | Remarks | - +=================================+=================+==========================================+ - | **List Buckets** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Delete Bucket** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Create Bucket** | Supported | Different set of canned ACLs | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Lifecycle** | Supported | Removing expired files is supported | - +---------------------------------+-----------------+------------------------------------------+ - | **Policy (Buckets, Objects)** | Supported | ACLs & bucket policies are supported | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Website** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket ACLs (Get, Put)** | Supported | Different set of canned ACLs | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Location** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Notification** | Supported | See `S3 Notification Compatibility`_ | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Object Versions** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Get Bucket Info (HEAD)** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Bucket Request Payment** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Put Object** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Delete Object** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Get Object** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Object ACLs (Get, Put)** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Get Object Info (HEAD)** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **POST Object** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Copy Object** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Multipart Uploads** | Supported | | - +---------------------------------+-----------------+------------------------------------------+ - | **Object Tagging** | Supported | See :ref:`tag_policy` for Policy verbs | - +---------------------------------+-----------------+------------------------------------------+ - | **Storage Class** | Not Supported | Use **Bucket Location** as alternative | - +----------------------------------------------------------------------------------------------+ - + +---------------------------------+-----------------+----------------------------------------+ + | Feature | Status | Remarks | + +=================================+=================+========================================+ + | **List Buckets** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Delete Bucket** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Create Bucket** | Supported | Different set of canned ACLs | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Lifecycle** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Policy (Buckets, Objects)** | Supported | ACLs & bucket policies are supported | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Website** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket ACLs (Get, Put)** | Supported | Different set of canned ACLs | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Location** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ -| **Bucket Notification** | Not Supported | | ++| **Bucket Notification** | Supported | See `S3 Notification Compatibility`_ | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Object Versions** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Get Bucket Info (HEAD)** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Request Payment** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Put Object** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Delete Object** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Get Object** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Object ACLs (Get, Put)** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Get Object Info (HEAD)** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **POST Object** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Copy Object** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Multipart Uploads** | Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Object Tagging** | Supported | See :ref:`tag_policy` for Policy verbs | + +---------------------------------+-----------------+----------------------------------------+ + | **Bucket Tagging** | Not Supported | | + +---------------------------------+-----------------+----------------------------------------+ + | **Storage Class** | Supported | See :ref:`storage_classes` | + +---------------------------------+-----------------+----------------------------------------+ - Unsupported Header Fields -------------------------