Ankush Babbar
Ankush Babbar
@rchl I have verified that aws-cli is using the same credentials. ``` $ cat ~/.aws/config [default] region = us-west-2 $ cat ~/.aws/credentials [default] aws_access_key_id = test-access-key aws_secret_access_key = test-secret-key ```...
I didn't change the endpoint to docker container endpoint, but it just started working for me now. Not sure what was the issue.
> Lowering the pandas version can solve the problem. I use pandas==1.5.2 can solve this problem. Worked for me