]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw/s3: correct eTag op match tables 61309/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Mon, 6 Jan 2025 17:48:04 +0000 (12:48 -0500)
committerZac Dover <zac.dover@proton.me>
Thu, 9 Jan 2025 22:46:11 +0000 (08:46 +1000)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit f108a3739700c49a46472fb7b936acb9c53f0c0d)

doc/radosgw/s3/objectops.rst

index 2ac52607fe31522871d4fc3dd05b5ec761e28dbc..ddc5fb910c4222f8b8022af9ed5a140ea8f22fc9 100644 (file)
@@ -115,7 +115,7 @@ Request Headers
 +---------------------------+------------------------------------------------+--------------------------------+------------+
 | **if-match**              | Gets only if object ETag matches ETag.         | Entity Tag                     | No         |
 +---------------------------+------------------------------------------------+--------------------------------+------------+
-| **if-none-match**         | Gets only if object ETag matches ETag.         | Entity Tag                     | No         |
+| **if-none-match**         | Gets only if object ETag doesn't match.        | Entity Tag                     | No         |
 +---------------------------+------------------------------------------------+--------------------------------+------------+
 
 Response Headers
@@ -155,7 +155,7 @@ Request Headers
 +---------------------------+------------------------------------------------+--------------------------------+------------+
 | **if-match**              | Gets only if object ETag matches ETag.         | Entity Tag                     | No         |
 +---------------------------+------------------------------------------------+--------------------------------+------------+
-| **if-none-match**         | Gets only if object ETag matches ETag.         | Entity Tag                     | No         |
+| **if-none-match**         | Gets only if object ETag doesn't match         | Entity Tag                     | No         |
 +---------------------------+------------------------------------------------+--------------------------------+------------+
 
 Get Object ACL