mirror of
https://github.com/minio/minio.git
synced 2025-05-24 02:46:14 -04: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