mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 09:07:36 +03:00
e09196d626
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