Skip to content

Commit 3bcf8b7

Browse files
committed
chore: add read concern header
1 parent 93ffb7c commit 3bcf8b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/objectstore/http-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ Retrieves an object from the specified object store.
375375
| Header name | Required? | Type | Description |
376376
|------------------|-----------|--------|----------------------------------------------------------------------------------------------------|
377377
| Authorization | yes | String | The Momento auth token, in string format, is used for authentication/authorization of the request. |
378+
| read-concern | no | String | Controls cache read behavior. Values: `balanced` (default) - reads from an AZ-aligned cache node if available; `consistent` - always reads from the primary cache node. |
379+
380+
:::note
381+
Regardless of the `read-concern` value, Momento always falls back to S3 if the object is not found in the cache.
382+
:::
378383

379384
### Response
380385

0 commit comments

Comments
 (0)