Closed
Description
This error reproduces with both AWS S3 and Minio. If you try to access an object under a unicode prefix/directory, it will return without problems. However, if you try to list the contents of a prefix/directory, it will return the error reported above. The string junk
is returned from this line: https://github.com/nginxinc/nginx-s3-gateway/blob/master/common/etc/nginx/include/s3gateway.js#L291
Originally posted by @dekobon in #17 (reply in thread)