cloud/storage/b2cs: update the storage.Lister implementation

The b2api package is removing bucket.ListObjects and
bucket.ListCurrentObjects, which are used by this package.  This change
uses the new ObjectIterator (and then just wraps it in pagination
again).

Fixes upspin/upspin#594.

Change-Id: I326c51c70c303a219b5dc4993a16d69e9b975a1d
Reviewed-on: https://upspin-review.googlesource.com/19040
Reviewed-by: Rob Pike <r@golang.org>
1 file changed
tree: 2a51ba02b7a2f37b45e9aa749c8b12e3becdfddd
  1. cloud/
  2. cmd/
  3. .travis.yml
  4. AUTHORS
  5. codereview.cfg
  6. CONDUCT.md
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. PATENTS
  11. README.md
README.md

Upspin b2 repository

Note: This repository is under construction.

This repository contains support for running Upspin on Backblaze B2 Cloud Storage.

See the master repository for more information.