Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ these settings, you could use the following options.
$ dvc remote modify myremote --local credentialpath /path/to/my/creds
```

- `configpath` - path to the AWS config file. The location defaults to
`~/.aws/config`. It supports S3-specific
[configuration values](https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#configuration-values):

```dvc
$ dvc remote modify myremote --local configpath /path/to/config
```

- `endpointurl` - endpoint URL to access S3:

```dvc
Expand Down