diff options
author | Anthony D'Atri <anthonyeleven@users.noreply.github.com> | 2025-01-06 18:48:04 +0100 |
---|---|---|
committer | Anthony D'Atri <anthonyeleven@users.noreply.github.com> | 2025-01-06 18:48:04 +0100 |
commit | f108a3739700c49a46472fb7b936acb9c53f0c0d (patch) | |
tree | e154bcec06c36217f47412ddfee075a9558199fd /doc | |
parent | Merge pull request #60720 from batrick/i68913 (diff) | |
download | ceph-f108a3739700c49a46472fb7b936acb9c53f0c0d.tar.xz ceph-f108a3739700c49a46472fb7b936acb9c53f0c0d.zip |
doc/radosgw/s3: correct eTag op match tables
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/radosgw/s3/objectops.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/radosgw/s3/objectops.rst b/doc/radosgw/s3/objectops.rst index 2ac52607fe3..ddc5fb910c4 100644 --- a/doc/radosgw/s3/objectops.rst +++ b/doc/radosgw/s3/objectops.rst @@ -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 |