Bug Report
In DVC 1.9 (and many versions prior to that) it was possible to use environment variables in the config. One useful application was to setup the credentialpath in a user-independent way like this:
credentialpath = $HOME/.aws/credentials
However, with 1.10 this doesn't work anymore and dvc push cancels with the following error:
2020-12-02 18:52:12,508 ERROR: failed to push data to the cloud - Unable to find AWS credentials. <https://error.dvc.org/no-credentials>: Unable to locate credentials
Please provide information about your setup
Output of dvc version:
DVC version: 1.10.2 (pip)
---------------------------------
Platform: Python 3.7.9 on Linux-4.15.0-109-generic-x86_64-with-debian-buster-sid
Supports: http, https, s3
Cache types: hardlink, symlink
Caches: local
Remotes: s3
Repo: dvc (subdir), git
Additional Information (if any):
If applicable, please also provide a --verbose output of the command, eg: dvc add --verbose.
Bug Report
In DVC 1.9 (and many versions prior to that) it was possible to use environment variables in the config. One useful application was to setup the credentialpath in a user-independent way like this:
However, with 1.10 this doesn't work anymore and
dvc pushcancels with the following error:Please provide information about your setup
Output of
dvc version:Additional Information (if any):
If applicable, please also provide a
--verboseoutput of the command, eg:dvc add --verbose.