From a4c5ceaa6a769c1c3a00fda6770fa3dd82408004 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Tue, 8 Aug 2017 18:39:46 +0200 Subject: [PATCH] doc: rgw mention about tagging & bucket policies in s3api Signed-off-by: Abhishek Lekshmanan --- doc/radosgw/s3.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/s3.rst b/doc/radosgw/s3.rst index 56c837a3cf0..a43edc18021 100644 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@ -40,7 +40,7 @@ The following table describes the support status for current Amazon S3 functiona +---------------------------------+-----------------+----------------------------------------+ | **Bucket Lifecycle** | Supported | Removing expired files is supported | +---------------------------------+-----------------+----------------------------------------+ -| **Policy (Buckets, Objects)** | Not Supported | ACLs are supported | +| **Policy (Buckets, Objects)** | Supported | ACLs & bucket policies are supported | +---------------------------------+-----------------+----------------------------------------+ | **Bucket Website** | Supported | | +---------------------------------+-----------------+----------------------------------------+ @@ -72,6 +72,9 @@ The following table describes the support status for current Amazon S3 functiona +---------------------------------+-----------------+----------------------------------------+ | **Multipart Uploads** | Supported | | +---------------------------------+-----------------+----------------------------------------+ +| **Object Tagging** | Supported | Not supported in bucket policy/LC rules| ++---------------------------------+-----------------+----------------------------------------+ + Unsupported Header Fields -------------------------