Compare commits
2 commits
feature/49
...
develop
Author | SHA1 | Date | |
---|---|---|---|
|
a3c75b7155 | ||
|
39afefffc5 |
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ class Client(object):
|
||||||
auth=(self.webdav.login, self.webdav.password) if (not self.webdav.token and not self.session.auth) else None,
|
auth=(self.webdav.login, self.webdav.password) if (not self.webdav.token and not self.session.auth) else None,
|
||||||
headers=self.get_headers(action, headers_ext),
|
headers=self.get_headers(action, headers_ext),
|
||||||
timeout=self.timeout,
|
timeout=self.timeout,
|
||||||
|
cert=(self.webdav.cert_path, self.webdav.key_path) if (self.webdav.cert_path and self.webdav.key_path) else None,
|
||||||
data=data,
|
data=data,
|
||||||
stream=True,
|
stream=True,
|
||||||
verify=self.verify
|
verify=self.verify
|
||||||
|
|
Loading…
Add table
Reference in a new issue