From: Emmanuel Ameh Date: Wed, 5 Aug 2026 22:04:51 +0000 (+0100) Subject: doc/radosgw: add GetObjectAttributes to the S3 support matrix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d89efae8f6247f8e5f107778e9c799a27fc1c609;p=ceph.git doc/radosgw: add GetObjectAttributes to the S3 support matrix Support landed in Tentacle and is called out in the release notes, but the operation was missing from the API support matrix. Fixes: https://tracker.ceph.com/issues/79035 Signed-off-by: Emmanuel Ameh --- diff --git a/doc/radosgw/s3.rst b/doc/radosgw/s3.rst index 32ca2612a48..61b41fa7027 100644 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@ -71,6 +71,8 @@ The following table describes the support status for current Amazon S3 functiona +---------------------------------+-----------------+--------------------------------------------------+ | **Get Object Info (HEAD)** | Supported | | +---------------------------------+-----------------+--------------------------------------------------+ +| **Get Object Attributes** | Supported | Added in Tentacle | ++---------------------------------+-----------------+--------------------------------------------------+ | **POST Object** | Supported | | +---------------------------------+-----------------+--------------------------------------------------+ | **Copy Object** | Supported | |