virajjasani commented on PR #6479: URL: https://github.com/apache/hadoop/pull/6479#issuecomment-1911124977
As per the comment from https://github.com/aws/aws-sdk-java-v2/issues/4846 > In summary , leave the Endpoint resolution to Client and let the client do the Endpoint setting based on different Endpoint rules internally. However , while using cross region feature if you somehow want to set the endpoint then make sure your signing region is same as Endpoint region. Based on this comment, if we leave endpoint resolution to client, we no longer see the issue of 400 Bad Request while making headObject and headBucket for non-existing object and bucket. -- 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]
