minio/minio-dotnet

Files uploaded with spaces in the name are returned with pluses in ListObjectsEnumAsync

heedfull opened this issue · 1 comments

similar to issue #342 the new method ListObjectsEnumAsync suffers from the problem where the item's Key contains a plus where the space was, so if the result are used for subsequent requests the item isn't found.

A Minio.Exceptions.UnexpectedMinioException: MinIO API responded with message=The specified key does not exist. exception is raised

Same issue here