1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 13:04:15 -04:00
Kanagaraj M e09196d626
browser: fix file uploads with '#' in the name ()
When the file name or the prefix contains `#`,
whatever comes after is ingored.

This is fixed by encoding the object path using
encodeURIComponent.

Fixes 
2021-01-12 12:47:46 -08:00
..