File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments