whenamanlies commented on PR #1646: URL: https://github.com/apache/hadoop/pull/1646#issuecomment-1754221384
Is it possible that Path.toUri() is missing .getPath() as it seem to have broken listing of prexies containing spaces? Space becomes **%20** and **%20** becomes **%2520** DEBUG o.apache.hadoop.fs.s3a.S3AFileSystem - Stripping trailing '/' from s3://my.bucket/my folder/ DEBUG o.apache.hadoop.fs.s3a.S3AFileSystem - listFiles(s3://my.bucket/my%20folder, true) DEBUG o.apache.hadoop.fs.s3a.S3AFileSystem - Recursive list of all entries under my%20folder/ DEBUG o.apache.hadoop.fs.s3a.S3AFileSystem - LIST List my.bucket:/my%20folder/ delimiter=null keys=5000 requester pays=false DEBUG com.amazonaws.auth.AWS4Signer - AWS4 Canonical Request: '"GET / fetch-owner=false&list-type=2&max-keys=5000&prefix=my%2520folder%2F -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
