Skip to content

Commit aa850a7

Browse files
authored
Update etag conditional put docs (#310)
1 parent e5f8e54 commit aa850a7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

obstore/python/obstore/store/_aws.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class S3ConfigInput(TypedDict, total=False):
195195
196196
Supported values:
197197
198-
- `"etag"`: Supported for S3-compatible stores that support conditional
198+
- `"etag"` (default): Supported for S3-compatible stores that support conditional
199199
put using the standard [HTTP precondition] headers `If-Match` and
200200
`If-None-Match`.
201201
@@ -325,7 +325,7 @@ class S3ConfigInput(TypedDict, total=False):
325325
326326
Supported values:
327327
328-
- `"etag"`: Supported for S3-compatible stores that support conditional
328+
- `"etag"` (default): Supported for S3-compatible stores that support conditional
329329
put using the standard [HTTP precondition] headers `If-Match` and
330330
`If-None-Match`.
331331
@@ -429,7 +429,7 @@ class S3ConfigInput(TypedDict, total=False):
429429
430430
Supported values:
431431
432-
- `"etag"`: Supported for S3-compatible stores that support conditional
432+
- `"etag"` (default): Supported for S3-compatible stores that support conditional
433433
put using the standard [HTTP precondition] headers `If-Match` and
434434
`If-None-Match`.
435435
@@ -560,7 +560,7 @@ class S3ConfigInput(TypedDict, total=False):
560560
561561
Supported values:
562562
563-
- `"etag"`: Supported for S3-compatible stores that support conditional
563+
- `"etag"` (default): Supported for S3-compatible stores that support conditional
564564
put using the standard [HTTP precondition] headers `If-Match` and
565565
`If-None-Match`.
566566

0 commit comments

Comments
 (0)