Skip to content

Commit

Permalink
prefix explained
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Sep 10, 2019
1 parent 9b1f71e commit 68fa2d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rfcs/text/0000-dss-bundle-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ emphasizing consistency and scalability.
## Detailed Design

A new bundle enumeration endpoint, `GET /bundles`, will be introduced, taking replica and prefix parameters. These
parameters will be used to return a paginated listing of bundles directly from object storage. Pagination semantics
and all other semantics of this route will be in line with the established conventions of the DSS API.
parameters will be used to return a paginated listing of bundles directly from object storage. The prefix parameter
will restrict listings to bundle UUIDs beginning with the specified prefix, and is intended to facilitate parallelized
requests. Pagination semantics and all other semantics of this route will be in line with the established conventions
of the DSS API.

### Unresolved Questions

0 comments on commit 68fa2d5

Please sign in to comment.