Skip to content

Commit

Permalink
ws fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u authored Jul 19, 2020
1 parent 1b7e279 commit 0dfe154
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,15 @@ 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 `credentialpath`:
- `access_key_id` - AWS Access Key ID. Optional, 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 from `credentialpath`:
- `secret_access_key` - AWS Secret Access Key. Optional, Overrides credentials
from `credentialpath`:

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

0 comments on commit 0dfe154

Please sign in to comment.