mirror of
https://github.com/minio/minio.git
synced 2025-02-13 06:38:09 -05:00
Without this change listObjects() goes into an infinite loop for files which have special characters i.e "++" encoded with "%2B%2B". We have to unescape and convert them to their native representation before being used internally. Fixes #1052