mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
9ca3372870
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