Skip to content

Commit

Permalink
Merge pull request #902 from iterative/efiop-patch-1
Browse files Browse the repository at this point in the history
remote: use `-d` in s3 example
  • Loading branch information
shcheklein authored Jan 7, 2020
2 parents 7b2ea3a + c6657e5 commit 7c180ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/static/docs/command-reference/remote/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ 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).
```dvc
$ dvc remote add mynewremote s3://mybucket/myproject
$ dvc remote add -d mynewremote s3://mybucket/myproject
$ dvc remote modify mynewremote region us-east-2
```

Expand Down

0 comments on commit 7c180ee

Please sign in to comment.