How do I set up DVC to use Object Storage?

I want to use DVC to store large object on Linode Object Storage.

I'm sure I will be using the http method. I want to use signed URL's

I am looking for some examples of this setup.

Thanks in advance

1 Reply

DVC appears to work with S3 storage, so you'll be able to use it with our Object Storage as it is S3 compatible.

To set it up, you'll want to follow the guide provided on their site:

DVC - Remote Add

To finish your setup, you'll want to use this section of that guide:

DVC - Supported Storage Types

From there just follow the instructions for S3 API Compatible Storage

I want to use signed URL's

The link below will walk you through doing this:

Signed URLs

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct