Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Sep 19, 2019
1 parent aebf3d3 commit 18ddfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfcs/text/0000-dss-bundle-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ emphasizing consistency and scalability.

## Detailed Design

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
A new bundle enumeration endpoint, `GET /bundles/all`, will be introduced, taking replica and uuid prefix parameters. A
listing of 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.

Expand Down

0 comments on commit 18ddfca

Please sign in to comment.