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 @@ -122,10 +122,6 @@ class S3Config(TypedDict, total=False):
122122
123123 [HTTP precondition]: https://datatracker.ietf.org/doc/html/rfc9110#name-preconditions
124124
125- - `"dynamo:<TABLE_NAME>"` or `"dynamo:<TABLE_NAME>:<TIMEOUT_MILLIS>"`: The name of a DynamoDB table to use for coordination.
126-
127- This will use the same region, credentials and endpoint as configured for S3.
128-
129125 **Environment variable**: `AWS_CONDITIONAL_PUT`.
130126 """
131127
@@ -197,13 +193,6 @@ class S3Config(TypedDict, total=False):
197193 The same as the header variant above but allows custom status code checking, for
198194 object stores that return values other than 412.
199195
200- - `"dynamo:<TABLE_NAME>"` or `"dynamo:<TABLE_NAME>:<TIMEOUT_MILLIS>"`:
201-
202- The name of a DynamoDB table to use for coordination.
203-
204- The default timeout is used if not specified. This will use the same region,
205- credentials and endpoint as configured for S3.
206-
207196 **Environment variable**: `AWS_COPY_IF_NOT_EXISTS`.
208197 """
209198
You can’t perform that action at this time.
0 commit comments