rclone-api 1.4.32__py2.py3-none-any.whl → 1.4.33__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/METADATA +3 -3
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/RECORD +6 -6
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/LICENSE +0 -0
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/WHEEL +0 -0
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.4.32.dist-info → rclone_api-1.4.33.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: rclone_api
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.33
|
4
4
|
Summary: rclone api in python
|
5
5
|
Home-page: https://github.com/zackees/rclone-api
|
6
6
|
License: BSD 3-Clause License
|
@@ -465,7 +465,7 @@ class Rclone:
|
|
465
465
|
def copy_file_s3_resumable(
|
466
466
|
self,
|
467
467
|
src: str, # src:/Bucket/path/myfile.large.zst
|
468
|
-
|
468
|
+
dst: str, # dst:/Bucket/path/myfile.large.zst
|
469
469
|
part_infos: list[PartInfo] | None = None,
|
470
470
|
upload_threads: int = 8, # Number of reader and writer threads to use
|
471
471
|
merge_threads: int = 4, # Number of threads to use for merging the parts
|
@@ -473,7 +473,7 @@ class Rclone:
|
|
473
473
|
"""Copy a file in parts."""
|
474
474
|
return self.impl.copy_file_s3_resumable(
|
475
475
|
src=src,
|
476
|
-
|
476
|
+
dst=dst,
|
477
477
|
part_infos=part_infos,
|
478
478
|
upload_threads=upload_threads,
|
479
479
|
merge_threads=merge_threads,
|
@@ -51,9 +51,9 @@ rclone_api/s3/multipart/upload_parts_inline.py,sha256=V7syKjFyVIe4U9Ahl5XgqVTzt9
|
|
51
51
|
rclone_api/s3/multipart/upload_parts_resumable.py,sha256=diJoUpVYow6No_dNgOZIYVsv43k4evb6zixqpzWJaUk,9771
|
52
52
|
rclone_api/s3/multipart/upload_parts_server_side_merge.py,sha256=Fp2pdrs5dONQI9LkfNolgAGj1-Z2V1SsRd0r0sreuXI,18040
|
53
53
|
rclone_api/s3/multipart/upload_state.py,sha256=f-Aq2NqtAaMUMhYitlICSNIxCKurWAl2gDEUVizLIqw,6019
|
54
|
-
rclone_api-1.4.
|
55
|
-
rclone_api-1.4.
|
56
|
-
rclone_api-1.4.
|
57
|
-
rclone_api-1.4.
|
58
|
-
rclone_api-1.4.
|
59
|
-
rclone_api-1.4.
|
54
|
+
rclone_api-1.4.33.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
55
|
+
rclone_api-1.4.33.dist-info/METADATA,sha256=O9HOBaadu0gb4TakRuJVNENoKbK70Gd9euJdyTSGhkU,19054
|
56
|
+
rclone_api-1.4.33.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
57
|
+
rclone_api-1.4.33.dist-info/entry_points.txt,sha256=fJteOlYVwgX3UbNuL9jJ0zUTuX2O79JFAeNgK7Sw7EQ,255
|
58
|
+
rclone_api-1.4.33.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
59
|
+
rclone_api-1.4.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|