We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb2cc8 commit 8e19379Copy full SHA for 8e19379
1 file changed
kbcstorage/client.py
@@ -26,7 +26,7 @@ def __init__(self, api_domain, token, branch_id='default', without_files=False):
26
"https://connection.keboola.com".
27
token (str): A storage API key.
28
branch_id (str): The ID of branch to use, use 'default' to work without branch (in main).
29
- without_files (bool): If True, do not init the Files endpoint and saves memory by not importing libraries for all backends.
+ without_files (bool): If True saves memory by not importing files and libraries for all backends.
30
"""
31
self.root_url = api_domain.rstrip("/")
32
self._token = token
0 commit comments