Skip to content

Commit bf190eb

Browse files
authored
docs: Remove AWS dynamo integration for conditional put (#700)
1 parent 6020c6e commit bf190eb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

obstore/python/obstore/_store/_aws.pyi

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)