From d95546c211a069f7e38df11aa82c3bfd5e52c667 Mon Sep 17 00:00:00 2001 From: Steffan Sluis Date: Sat, 23 May 2020 14:26:53 +0200 Subject: [PATCH] Update content/docs/command-reference/import-url.md Apply unrelated suggested change: Rename `Google Storage` to `Google Cloud Storage` Co-authored-by: Jorge Orpinel --- content/docs/command-reference/import-url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/import-url.md b/content/docs/command-reference/import-url.md index f4f68b14c26..0346f418dab 100644 --- a/content/docs/command-reference/import-url.md +++ b/content/docs/command-reference/import-url.md @@ -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://user@example.com:/path/to/data` | | `hdfs` | HDFS to file (explanation below) | `hdfs://user@example.com/path/to/data.csv` | | `http` | HTTP to file with _strong ETag_ (explanation below) | `https://example.com/path/to/data.csv` |