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 20, 2020
1 parent 3d5fc40 commit bdc961d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ these settings, you could use the following options:
$ dvc remote modify myremote endpointurl https://myendpoint.com
```

- `access_key_id` - (optional) AWS Access Key ID. Overrides credentials from
`credentialpath`:
- `access_key_id` - AWS Access Key ID. May be used (along with
`secret_access_key`) instead of `credentialpath`:

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

- `secret_access_key` - (optional) AWS Secret Access Key. Overrides credentials
from `credentialpath`:
- `secret_access_key` - AWS Secret Access Key. May be used (along
with `access_key_id`) instead of `credentialpath`:

```dvc
$ dvc remote modify myremote secret_access_key my-secret_access_key
Expand Down

0 comments on commit bdc961d

Please sign in to comment.