Skip to content

Commit

Permalink
add Nebius as a custom S3 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Jun 10, 2024
1 parent c1cd862 commit 25b8edc
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ $ dvc remote modify --local myremote \
## S3-compatible servers (non-Amazon)

Set the `endpointurl` parameter with the URL to connect to the S3-compatible
service (e.g. [MinIO], [IBM Cloud Object Storage], etc.). For example, let's set
up a [DigitalOcean Space] (equivalent to a bucket in S3) called `mystore` found
in the `nyc3` region:
service (e.g. [Nebius], [MinIO], [IBM Cloud Object Storage], etc.). For example,
let's set up a [DigitalOcean Space] (equivalent to a bucket in S3) called
`mystore` found in the `nyc3` region:

```cli
$ dvc remote add -d myremote s3://mystore/path
Expand All @@ -103,6 +103,7 @@ they're effective depends on each storage platform.
[minio]: https://min.io/
[digitalocean space]: https://www.digitalocean.com/products/spaces
[ibm cloud object storage]: https://www.ibm.com/cloud/object-storage
[nebius]: https://nebius.ai/docs/storage/tutorials/dvc

## More configuration parameters

Expand Down

1 comment on commit 25b8edc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link Check Report

There were no links to check!

Please sign in to comment.