MonkeyCanCode commented on code in PR #176: URL: https://github.com/apache/polaris/pull/176#discussion_r1726367401
########## docker-compose-jupyter.yml: ########## @@ -44,6 +44,8 @@ services: condition: service_healthy environment: AWS_REGION: us-west-2 + AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY Review Comment: Yes, from the test, it doesn't seem to be working. It will throw an error as the AWS client key is not defined and not able to find needed auth to interact with s3. -- 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: dev-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org