Replies: 1 comment 8 replies
-
There is some documentation here and on StackOverflow, but I don't know if that helps with your issue. What's the output of |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have a distributed MinIO setup using this guide, and I have synced my DVC bucket using
rclone sync
from my AWS s3 to a bucket in this object storage.The problem is that currently I cannot pull anything from this self hosted object storage, even though I have the correct credentials and my user has the correct access policy.
The result of dvc pull is this:
My
.dvc/config
is this:But I cannot pull or push anything to it. I'm utterly confused and there is not a lot of documentation about what DVC needs, and how to set ip up.
Beta Was this translation helpful? Give feedback.
All reactions