Skip to content

Commit

Permalink
import-url: remove gdrive
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 1, 2021
1 parent 93ffec2 commit 23ee6f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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,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.)
Expand Down

0 comments on commit 23ee6f3

Please sign in to comment.