Adding private S3 buckets

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!

Hi @tdobbins !

Could you please run dvc push once again, but now with the -v option(i.e. dvc push -v) and show us the output? Also, which version are you using(dvc --version)?

Thanks,
Ruslan