suddendust opened a new pull request, #14561: URL: https://github.com/apache/pinot/pull/14561
There have been certain use-cases in which we want to copy objects b/w two buckets that lie in different regions. Currently, this is not supported as the client needs to be in the same region as the bucket. Due to this, we see these exceptions: ``` software.amazon.awssdk.services.s3.model.S3Exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. (Service: S3, Status Code: 301, Request ID: 7CCXVJ9QGQAS3AET, Extended Request ID: X9CQdLj+HPQ2fpty5wLfIxTYkkJWYemNuvh6GHD9qbZ/SxbVwnY5ILdsHXkLXuFqtnOTSdFa5BI=) ``` Ref: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/s3-cross-region.html -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org