mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
b844c6f0c7
## Problem The tenants we want to recover might have tens of thousands of keys, or more. At that point, the AWS API returns a paginated response. ## Summary of changes Support paginated responses for `list_object_versions` requests. Follow-up of #6155, part of https://github.com/neondatabase/cloud/issues/8233