Hey there!
I’m trying to dvc push
my data file to a private s3 bucket but am getting the error:
Failed to push data to the cloud: The config profile (tdobbins) could not be found
I pointed dvc to my .config file by doing:
dvc remote modify myremote credentialpath aws/.config
and used:
dvc remote modify myremote profile tdobbins
Is there anything obvious that I’m missing?
Thanks!