mirror of
https://github.com/versity/versitygw.git
synced 2026-05-13 15:31:28 +00:00
Remove the client-side search that filtered already-loaded objects by name. Replace it with a prefix input that is appended to the current path prefix and passed directly to the S3 ListObjectsV2 API, so filtering is performed server-side and works correctly across all pages. Fixes #2091