Skip to content

Commit

Permalink
config: add docs for s3.configpath (#2140)
Browse files Browse the repository at this point in the history
* config: add docs for s3.configpath

* rephrase text

* minor style update

Co-authored-by: Ivan Shcheklein <shcheklein@gmail.com>
  • Loading branch information
isidentical and shcheklein authored Feb 3, 2021
1 parent 60fb983 commit 90a4ca7
Showing 1 changed file with 8 additions and 0 deletions.
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 parameters, you could use the following options.
$ dvc remote modify myremote credentialpath /path/to/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

0 comments on commit 90a4ca7

Please sign in to comment.