Skip to content

Commit

Permalink
remote: add description for verify option
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Jan 21, 2020
1 parent cc30c4a commit c81a606
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/static/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ manual editing could be used to change the configuration.

- `-v`, `--verbose` - displays detailed tracing information.

## Avialable settings for all remotes

The following options are avialable for all remotes:

- `verify` - upon downloading cache files (`dvc pull`, `dvc fetch`) DVC will
recalculate downloaded file checksum to make sure that it is not corrupted or
modified during download. It may slow down mentioned commands.

```dvc
$ dvc remote modify myremote verify true
```

## Available settings per storage type

The following are the types of remote storage (protocols) supported:
Expand Down

0 comments on commit c81a606

Please sign in to comment.