Skip to content

Commit

Permalink
Update content/docs/command-reference/remote/modify.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Jul 19, 2020
1 parent 0dfe154 commit 56611c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ these settings, you could use the following options:
$ dvc remote modify myremote endpointurl https://myendpoint.com
```

- `access_key_id` - AWS Access Key ID. Optional, overrides credentials from
- `access_key_id` - (optional) AWS Access Key ID. Overrides credentials from
`credentialpath`:

```dvc
$ dvc remote modify myremote access_key_id my-access-key-id
```

- `secret_access_key` - AWS Secret Access Key. Optional, Overrides credentials
- `secret_access_key` - (optional) AWS Secret Access Key. Overrides credentials
from `credentialpath`:

```dvc
Expand Down

0 comments on commit 56611c6

Please sign in to comment.