Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add docs for s3.configpath #2140

Merged
merged 3 commits into from
Feb 3, 2021
Merged
Changes from 2 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