dicarcab opened a new issue, #625: URL: https://github.com/apache/polaris/issues/625
### Describe the bug Hello, I've trying to test Polaris locally using the official Docker Image and a local gradle build, but have and issue while writing data to a catalog using S3. I followed the Quick start guide and everything works fine until I tried to insert data to the table but I kept getting this answer `Server error: 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,)` is there any configuration that must be specified to the docker image to be able to write data to the desired location ? I set up the aws access and secret key and my bucket is in the same region that is used in the docker compose image. Is there missing steps in the official documentation ? ### To Reproduce 1. Follow the quick start guide create roles and catalog 2. start local spark 3.5 3. Insert data using spark SQL ### Actual Behavior error returned by the rest api `Server error: 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,)` is there any configuration that must be specified to the docker image to be able to write data to the desired location ? ### Expected Behavior Data should be written in the table ### Additional context _No response_ ### System information WSL ubuntu, S3 as backend -- 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]
