Merge pull request #16907 from theanalyst/doc/rgw/s3-api-tagging

doc: rgw mention about tagging & bucket policies in s3api

Reviewed-By: Adam Emerson <aemerson@redhat.com>
Reviewed-By: Matt Benjamin <mbenjami@redhat.com>
This commit is contained in:
Abhishek L 2017-08-08 19:38:48 +02:00 committed by GitHub
commit 8388d442eb

View File

@ -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
-------------------------