We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ads.common.utils.copy_file
1 parent 2e73797 commit 468ef8cCopy full SHA for 468ef8c
ads/common/utils.py
@@ -101,7 +101,7 @@
101
# declare custom exception class
102
103
104
-class FileOverwriteError(Exception): # pragma: no cover
+class FileOverwriteError(Exception): # pragma: no cover
105
pass
106
107
@@ -1303,6 +1303,8 @@ def copy_file(
1303
authentication signer and kwargs required to instantiate IdentityClient object.
1304
chunk_size: (int, optinal). Defaults to `DEFAULT_BUFFER_SIZE`
1305
How much data can be copied in one iteration.
1306
+ progressbar_description: (str, optinal). Defaults to `"Copying `{uri_src}` to `{uri_dst}`"`.
1307
+ Prefix for the progressbar.
1308
1309
Returns
1310
-------
0 commit comments