Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. [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:
service (e.g. [Backblaze B2], [IBM Cloud Object Storage], [MinIO], [Nebius],
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 @@ -100,9 +100,10 @@ they're effective depends on each storage platform.

</admon>

[minio]: https://www.min.io/
[backblaze b2]: https://www.backblaze.com/docs/cloud-storage-s3-compatible-api

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Matches the existing [digitalocean space] and [ibm cloud object storage] reference labels in the same file (lowercase, space-separated). Hyphenated form isn't used here.

[digitalocean space]: https://www.digitalocean.com/products/spaces
[ibm cloud object storage]: https://www.ibm.com/products/cloud-object-storage
[minio]: https://www.min.io/
[nebius]: https://docs.nebius.com/object-storage

## More configuration parameters
Expand Down