Skip to content

Commit

Permalink
Update content/docs/command-reference/import-url.md
Browse files Browse the repository at this point in the history
Apply unrelated suggested change: Rename `Google Storage` to `Google Cloud Storage`

Co-authored-by: Jorge Orpinel <[email protected]>
  • Loading branch information
steffansluis and jorgeorpinel authored May 23, 2020
1 parent a1af810 commit d95546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/command-reference/import-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DVC supports several types of (local or) remote locations (protocols):
| `local` | Local path | `/path/to/local/data` |
| `s3` | Amazon S3 | `s3://mybucket/data` |
| `azure` | Microsoft Azure Blob Storage | `azure://my-container-name/path/to/data` |
| `gs` | Google Storage | `gs://mybucket/data` |
| `gs` | Google Cloud Storage | `gs://mybucket/data` |
| `ssh` | SSH server | `ssh://[email protected]:/path/to/data` |
| `hdfs` | HDFS to file (explanation below) | `hdfs://[email protected]/path/to/data.csv` |
| `http` | HTTP to file with _strong ETag_ (explanation below) | `https://example.com/path/to/data.csv` |
Expand Down

0 comments on commit d95546c

Please sign in to comment.