-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,6 @@ DVC supports several types of external locations (protocols): | |
| --------- | ---------------------------- | --------------------------------------------- | | ||
| `s3` | Amazon S3 | `s3://bucket/data` | | ||
| `azure` | Microsoft Azure Blob Storage | `azure://container/data` | | ||
| `gdrive` | Google Drive | `gdrive://<folder-id>/data` | | ||
| `gs` | Google Cloud Storage | `gs://bucket/data` | | ||
| `ssh` | SSH server | `ssh://[email protected]/path/to/data` | | ||
| `hdfs` | HDFS to file\* | `hdfs://[email protected]/path/to/data.csv` | | ||
|
@@ -87,7 +86,7 @@ DVC supports several types of external locations (protocols): | |
|
||
> If you installed DVC via `pip` and plan to use cloud services as remote | ||
> storage, you might need to install these optional dependencies: `[s3]`, | ||
> `[azure]`, `[gdrive]`, `[gs]`, `[oss]`, `[ssh]`. Alternatively, use `[all]` to | ||
> `[azure]`, `[gs]`, `[oss]`, `[ssh]`. Alternatively, use `[all]` to | ||
> include them all. The command should look like this: `pip install "dvc[s3]"`. | ||
> (This example installs `boto3` library along with DVC to support S3 storage.) | ||
|