versity / versitygw

versity s3 gateway
https://www.versity.com/products/versitygw/
Apache License 2.0
169 stars 21 forks source link

fix: list objects trim common prefixes that match marker prefix #806

Closed benmcclelland closed 1 week ago

benmcclelland commented 2 weeks ago

This checks to see if the common prefix is before the marker and thus would have been returned in earlier list objects request.

The error case was aws cli listing multiple entries for the same common prefix when the listing required multiple pagination requests.

Fixes #778