From 738514c16422cb7215fbf3996282395edc09c290 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 2 Jun 2020 21:51:00 -0700 Subject: [PATCH] docs: s3api doesn't support tagging Change-Id: I227e8c2defe96fb5f33054167677ae551830d9e8 --- doc/source/s3_compat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/s3_compat.rst b/doc/source/s3_compat.rst index 7ad655ceea..04010a7c17 100644 --- a/doc/source/s3_compat.rst +++ b/doc/source/s3_compat.rst @@ -60,8 +60,6 @@ Amazon S3 operations +------------------------------------------------+------------------+--------------+ | `PUT Bucket acl`_ | Core-API | Yes | +------------------------------------------------+------------------+--------------+ -| `Object tagging`_ | Core-API | Yes | -+------------------------------------------------+------------------+--------------+ | `Versioning`_ | Versioning | Yes | +------------------------------------------------+------------------+--------------+ | `Bucket notification`_ | Notifications | No | @@ -78,6 +76,8 @@ Amazon S3 operations +------------------------------------------------+------------------+--------------+ | `Delete Multiple Objects`_ | Advanced Feature | Yes | +------------------------------------------------+------------------+--------------+ +| `Object tagging`_ | Advanced Feature | No | ++------------------------------------------------+------------------+--------------+ | `GET Object torrent`_ | Advanced Feature | No | +------------------------------------------------+------------------+--------------+ | `Bucket inventory`_ | Advanced Feature | No |