-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dvc import
from s3://...
fails when s3 provided by 3rd party provider.
#1280
Comments
Hi @bwalsh ! You can actually use that remote in the Thanks, |
@bwalsh if you want to use one bucket for remote cache and another bucket for remote dependencies, I believe, you will need to create a separate remote using |
@efiop @MrOutis Just a thing to think. I don't have any good suggestions yet. It's a little bit confusing that we use the same notion of remotes for storing cache and to specify external dependencies. Term "remote" came from git where it has only one specific purpose - as a central place to store commits (cache). |
@efiop @MrOutis @shcheklein thanks everyone for the quick response. I tried setting up the second remote, adding the endpoint url, and importing. I can confirm the import remote://... works, thanks. Left to my own devices I wouldn't have guessed it was a possibility. |
@bwalsh Sorry for a dumb question, but I just want to clarify. Are you aware that the |
@efiop : yes I was aware. The semantics of |
@efiop, I'm going to label this as |
Related: iterative/dvc.org#108 |
Let's close this one, since we have same issue opened on dvc.org. |
However
dvc import
fails because no capability to specifyendpoint url
More details: https://gist.github.com/bwalsh/1afea0a2499b5e81c507dbc24521038e
The text was updated successfully, but these errors were encountered: