Skip to content

Commit

Permalink
S3 access_key_id & secret_access_key args
Browse files Browse the repository at this point in the history
  • Loading branch information
farizrahman4u authored Jul 18, 2020
1 parent 7085b34 commit 2d9dc4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ these settings, you could use the following options:
$ dvc remote modify myremote endpointurl https://myendpoint.com
```

- `access_key_id` - AWS access key id to use to access S3:

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

- `secret_access_key` - AWS secret access key to use to access S3:

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

- `url` - remote location URL

```dvc
Expand Down

0 comments on commit 2d9dc4f

Please sign in to comment.