File tree Expand file tree Collapse file tree
obstore/python/obstore/store Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments