findify / s3mock

Embedded S3 server for easy mocking
MIT License
386 stars 107 forks source link

Encoding issue in listObjects #187

Open Selindek opened 1 year ago

Selindek commented 1 year ago

It seems that putobject encodes the keys using urlEncode, but listObjects does NOT do the same on the prefix. So if an object key contains any character which is encoded by the urlEncode method, then listObjects won't find it.