Adds paginated bucket listing to the s3bolt backend.
Features
- s3bolt:
ListBucketnow honourspage.Markerandpage.MaxKeysinstead of returningErrInternalPageNotImplemented, so listing a bolt-backed bucket can be paginated (#114) — thanks @Aliexe-code
Bug fixes
- s3bolt: fix infinite pagination when listing with a delimiter —
NextMarkernow advances past the whole common-prefix group instead of pointing at the prefix itself, so delimited listings terminate and each common prefix is returned exactly once (closes #66)
Delimited and flat multi-page listings are covered by new regression tests.