mirror of
https://github.com/pgsty/minio.git
synced 2026-09-06 10:36:14 +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