Skip to content

Commit 8fd99d5

Browse files
committed
docs: point S3 adapter reference at public TS SDK example path
1 parent 02ab224 commit 8fd99d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/session_stores/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ SESSION_STORE_S3_SECRET_KEY=minioadmin \
190190
Each run uses a random key prefix and deletes everything under it on
191191
teardown.
192192

193-
This mirrors the `@anthropic-ai/claude-agent-sdk-s3` package from the
194-
TypeScript SDK.
193+
This mirrors the S3 reference adapter in the TypeScript SDK's
194+
[`examples/session-stores/s3/`](https://github.com/anthropics/claude-agent-sdk-typescript/tree/main/examples/session-stores/s3).
195195

196196
---
197197

examples/session_stores/s3_session_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""S3-backed :class:`~claude_agent_sdk.SessionStore` adapter.
22
33
This is a reference implementation — copy it into your own project and adapt
4-
as needed. It mirrors the ``S3SessionStore`` from
5-
``@anthropic-ai/claude-agent-sdk-s3`` (TypeScript).
4+
as needed. It mirrors the S3 reference adapter in the TypeScript SDK
5+
(examples/session-stores/s3/).
66
77
Transcripts are stored as JSONL part files::
88

0 commit comments

Comments
 (0)