Skip to content
Closed
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
7 changes: 7 additions & 0 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ these parameters, you could use the following options.
```dvc
$ dvc remote modify myremote use_ssl false
```

- `ssl_verify` - whether or not to verify SSL certificates.
By default SSL certificates are verified.

```dvc
$ dvc remote modify myremote verify_ssl false
```

- `listobjects` - whether or not to use `list_objects`. By default,
`list_objects_v2` is used. Useful for ceph and other S3 emulators.
Expand Down