Skip to content

Fix and/AND conversion

Michael Alexander D'Silva requested to merge mdsilva/eos:fix_AND_convert into master

We have found that in our S3 minio eos gateway app, that files with & are converted to #and# when it probably should be #AND#. For us upload seems to work but file listing and downloads fail because we get "This & That" as "This #and# ".

Digging into our logs we have found that this command returns #and#

/usr/bin/xrdcp -s "root://minio@test-s3-1-mgm.test-s3-1.svc.cluster.local//proc/user/?mgm.cmd=find&mgm.option=I&mgm.find.maxdepth=1&mgm.path=/eos/test-s3-1/gateways/test/" -

Please consider this Merge Request into eos.

Edited by Michael Alexander D'Silva

Merge request reports