Skip to content

Commit 4b0d458

Browse files
Merge pull request ceph#61243 from anthonyeleven/etags-fix
doc/radosgw/s3: correct eTag op match tables
2 parents 5d63519 + f108a37 commit 4b0d458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/radosgw/s3/objectops.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Request Headers
115115
+---------------------------+------------------------------------------------+--------------------------------+------------+
116116
| **if-match** | Gets only if object ETag matches ETag. | Entity Tag | No |
117117
+---------------------------+------------------------------------------------+--------------------------------+------------+
118-
| **if-none-match** | Gets only if object ETag matches ETag. | Entity Tag | No |
118+
| **if-none-match** | Gets only if object ETag doesn't match. | Entity Tag | No |
119119
+---------------------------+------------------------------------------------+--------------------------------+------------+
120120

121121
Response Headers
@@ -155,7 +155,7 @@ Request Headers
155155
+---------------------------+------------------------------------------------+--------------------------------+------------+
156156
| **if-match** | Gets only if object ETag matches ETag. | Entity Tag | No |
157157
+---------------------------+------------------------------------------------+--------------------------------+------------+
158-
| **if-none-match** | Gets only if object ETag matches ETag. | Entity Tag | No |
158+
| **if-none-match** | Gets only if object ETag doesn't match | Entity Tag | No |
159159
+---------------------------+------------------------------------------------+--------------------------------+------------+
160160

161161
Get Object ACL

0 commit comments

Comments
 (0)