Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/docs/api-reference/get_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ appropriate library, such as [`boto3`] or [`paramiko`].
_Default_: The [default remote](/doc/command-reference/remote/default) of
`repo` is used.

- `remote_config` - Dictionary of options to pass to the DVC remote. This can be
- `remote_config` - dictionary of options to pass to the DVC remote. This can be
used to, for example, provide credentials to the `remote`.

- `config` - [config] dictionary to pass to the DVC project. This is merged with
Expand Down
2 changes: 1 addition & 1 deletion content/docs/api-reference/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ call – no _context manager_ involved. Neither function utilizes disc space.
The [default remote] of `repo` is used if a `remote` argument is not given.
For local projects, the <abbr>cache</abbr> is tried before the default remote.

- `remote_config` - Dictionary of options to pass to the DVC remote. This can be
- `remote_config` - dictionary of options to pass to the DVC remote. This can be
used to, for example, provide credentials to the `remote`.

- `config` - [config] dictionary to pass to the DVC project. This is merged with
Expand Down
7 changes: 1 addition & 6 deletions content/docs/api-reference/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ Python's [`open()`] built-in, which is used under the hood.
The [default remote] of `repo` is used if a `remote` argument is not given.
For local projects, the <abbr>cache</abbr> is tried before the default remote.

- `config` - [config] dictionary to pass to the DVC project. This is merged with
the existing project config and can be used to, for example, provide
credentials to the `remote`. See [dvc.api.open](/doc/api-reference/open) for
examples.

- `remote_config` - Dictionary of options to pass to the DVC remote. This can be
- `remote_config` - dictionary of options to pass to the DVC remote. This can be
used to, for example, provide credentials to the `remote`.

- `config` - [config] dictionary to pass to the DVC project. This is merged with
Expand Down