Skip to content

Commit

Permalink
import-url: remove gdrive (#2597)
Browse files Browse the repository at this point in the history
* 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
3 people authored Jul 6, 2021
1 parent 1b855a7 commit 2bb3ed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions content/docs/command-reference/get-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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:

Expand Down
7 changes: 3 additions & 4 deletions content/docs/command-reference/import-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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:

Expand Down

0 comments on commit 2bb3ed2

Please sign in to comment.