mirror of
https://github.com/minio/minio.git
synced 2025-08-21 14:31:41 +02: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