Skip to content

v1.2.0

Latest

Choose a tag to compare

@johannesboyne johannesboyne released this 09 Jul 20:01

Adds paginated bucket listing to the s3bolt backend.

Features

  • s3bolt: ListBucket now honours page.Marker and page.MaxKeys instead of returning ErrInternalPageNotImplemented, so listing a bolt-backed bucket can be paginated (#114) — thanks @Aliexe-code

Bug fixes

  • s3bolt: fix infinite pagination when listing with a delimiter — NextMarker now 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.