Hi
I’m getting ‘Unable to locate credentials’ when I run dvc push
even though I can run AWS cli commands e.g. ```aws s3 ls s3://some-bucket
I’m wondering if it’s related to permissions on my .aws files. I’m running on If I run Mac OS 10.15
ls -la /path/to/.aws
I get
drwxr-xr-x 5 username staff 160 5 Aug 09:18 .
drwxr-xr-x+ 90 username staff 2880 1 Feb 16:22 ..
drwxr-xr-x 3 username staff 96 5 Aug 09:18 cli
-rw-------@ 1 username staff 542 15 Oct 16:24 config
-rw-------@ 1 username staff 240 21 Jun 2020 credentials
Any suggestions?