From c6657e5c506cef5401e79b322d68c86f1f30ac82 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Tue, 7 Jan 2020 22:40:43 +0200 Subject: [PATCH] remote: explicitly mention that we are setting default remote https://github.com/iterative/dvc.org/pull/902#discussion_r363390627 --- public/static/docs/command-reference/remote/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/docs/command-reference/remote/index.md b/public/static/docs/command-reference/remote/index.md index df57354276..7e018cd6e7 100644 --- a/public/static/docs/command-reference/remote/index.md +++ b/public/static/docs/command-reference/remote/index.md @@ -95,7 +95,7 @@ url = /path/to/remote remote = myremote ``` -## Example: Add Amazon S3 remote and modify its region +## Example: Add a default Amazon S3 remote and modify its region > 💡 Before adding an S3 remote, be sure to > [Create a Bucket](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html).