-
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.
* import-url: remove gdrive iterative/dvc#2865 (comment) * get-url: remove gdrive * Restyled by prettier (#2598) Co-authored-by: Restyled.io <[email protected]> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
1b855a7
commit 2bb3ed2
Showing
2 changed files
with
6 additions
and
8 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 |
---|---|---|
|
@@ -37,7 +37,6 @@ DVC supports several types of (local or) remote data sources (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` | | ||
|
@@ -48,9 +47,9 @@ DVC supports several types of (local or) remote data sources (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 | ||
> 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.) | ||
> `[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.) | ||
\* Notes on remote locations: | ||
|
||
|
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,9 +86,9 @@ 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 | ||
> 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.) | ||
> `[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.) | ||
\* Notes on remote locations: | ||
|
||
|