szlta opened a new pull request, #6167: URL: https://github.com/apache/hadoop/pull/6167
As per the comment at https://github.com/apache/hadoop/pull/1646#issuecomment-1754221384 ... due to [HADOOP-15430](https://issues.apache.org/jira/browse/HADOOP-15430) a Path `s3://my.bucket/my folder/` becomes `s3://my.bucket/my%20folder` which upon HTTP request creation becomes `"GET ...&prefix=my%2520folder which is a wrong path.` This PR re-adds the missing step of converting the modified String back to URI before creating a Path out of it. cc: @steveloughran @bgaborg @whenamanlies -- 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]
