mirror of
https://github.com/pgsty/minio.git
synced 2026-03-19 00:07:48 +01:00
When the file name or the prefix contains `#`, whatever comes after is ingored. This is fixed by encoding the object path using encodeURIComponent. Fixes #11112