virajjasani commented on PR #6479: URL: https://github.com/apache/hadoop/pull/6479#issuecomment-1907467916
We have a problem. For any non-central endpoint, for `s3GetFileStatus()` we check if `AwsServiceException` is 404. If so, we ignore it because it means that the file does not exist. But when we use central endpoint, `s3Client#headObject` returns 400. Looks more like SDK bug, still digging. -- 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]
