s3gw-tech / s3gw

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
https://s3gw.tech
Apache License 2.0
145 stars 21 forks source link

UI: The prefix handling is buggy at several places in the REST API #831

Closed votdev closed 1 year ago

votdev commented 1 year ago

The list_object_versions and several other REST API endpoint do not handle prefixes correct. Because of that it might happen that objects are listed twice, even if they are in different "virtual" folders. It might also happen that displaying the versions of a specific object includes versions that belong to another object.