Skip to content

Commit

Permalink
review: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gibb <[email protected]>
  • Loading branch information
philipnbbc and AndrewGibb authored Sep 26, 2024
1 parent 84cbe85 commit 2b0fbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adr/0023-filter-segment-get-urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ status: "proposed"

## Context and Problem Statement

Each Flow Segment returned by the `/flows/<flow id>/segment` endpoint includes a `get_urls` propery that may include (labelled) URLs for fetching media objects.
Each Flow Segment returned by the `/flows/<flow id>/segment` endpoint includes a `get_urls` property that may include (labelled) URLs for fetching media objects.
The calculation of pre-signed URLs for example can result in an not insignificant increased request time.
Clients do not need the `get_urls` if they don't intend to fetch the media objects.
This ADR proposes adding a query option to filter the URLs that need to be included by a TAMS.
Expand Down

0 comments on commit 2b0fbcd

Please sign in to comment.