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 aebf3d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rfcs/text/0000-dss-bundle-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,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.
A new bundle enumeration endpoint, `GET /bundles`, will be introduced, taking replica and prefix parameters. A listing
all all bundles having UUIDs beginning with `prefix` will be returned directly from object storage. The prefix
parameter is intended to facilitate parallelized listings. 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 aebf3d3

Please sign in to comment.