rclone-api 1.1.63__py2.py3-none-any.whl → 1.1.65__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/profile/mount_copy_bytes.py +1 -1
- rclone_api/rclone.py +11 -3
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/METADATA +1 -1
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/RECORD +8 -8
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/LICENSE +0 -0
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/WHEEL +0 -0
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.1.63.dist-info → rclone_api-1.1.65.dist-info}/top_level.txt +0 -0
rclone_api/rclone.py
CHANGED
|
@@ -924,8 +924,13 @@ class Rclone:
|
|
|
924
924
|
clean_mount(tmp_mnts, verbose=verbose)
|
|
925
925
|
prepare_mount(tmp_mnts, verbose=verbose)
|
|
926
926
|
src_parent_path = Path(src).parent.as_posix()
|
|
927
|
+
cache_dir = Path("cache") / random_str(12)
|
|
927
928
|
|
|
928
|
-
def task(
|
|
929
|
+
def task(
|
|
930
|
+
src_parent_path=src_parent_path,
|
|
931
|
+
tmp_mnts=tmp_mnts,
|
|
932
|
+
cache_dir=cache_dir,
|
|
933
|
+
):
|
|
929
934
|
return self.mount(
|
|
930
935
|
src=src_parent_path,
|
|
931
936
|
outdir=tmp_mnts,
|
|
@@ -933,7 +938,7 @@ class Rclone:
|
|
|
933
938
|
use_links=True,
|
|
934
939
|
vfs_cache_mode="minimal",
|
|
935
940
|
verbose=False,
|
|
936
|
-
cache_dir=
|
|
941
|
+
cache_dir=cache_dir,
|
|
937
942
|
cache_dir_delete_on_exit=True,
|
|
938
943
|
log=mount_log,
|
|
939
944
|
other_args=other_args,
|
|
@@ -997,7 +1002,10 @@ class Rclone:
|
|
|
997
1002
|
except Exception as e:
|
|
998
1003
|
return e
|
|
999
1004
|
finally:
|
|
1000
|
-
|
|
1005
|
+
try:
|
|
1006
|
+
filechunker.close()
|
|
1007
|
+
except Exception as e:
|
|
1008
|
+
warnings.warn(f"Error closing filechunker: {e}")
|
|
1001
1009
|
|
|
1002
1010
|
def copy_dir(
|
|
1003
1011
|
self, src: str | Dir, dst: str | Dir, args: list[str] | None = None
|
|
@@ -13,7 +13,7 @@ rclone_api/filelist.py,sha256=xbiusvNgaB_b_kQOZoHMJJxn6TWGtPrWd2J042BI28o,767
|
|
|
13
13
|
rclone_api/group_files.py,sha256=H92xPW9lQnbNw5KbtZCl00bD6iRh9yRbCuxku4j_3dg,8036
|
|
14
14
|
rclone_api/mount.py,sha256=hd6_zmJ-wH337F0eh9JJMMlVzj92m32tLm2t5qZFxNc,12931
|
|
15
15
|
rclone_api/process.py,sha256=rBj_S86jC6nqCYop-jq8r9eMSteKeObxUrJMgH8LZvI,5084
|
|
16
|
-
rclone_api/rclone.py,sha256=
|
|
16
|
+
rclone_api/rclone.py,sha256=3OsueRzoOe9-GxIo6Bhr5k09pK_OBSOaFOVdqqWxiuU,48505
|
|
17
17
|
rclone_api/remote.py,sha256=O9WDUFQy9f6oT1HdUbTixK2eg0xtBBm8k4Xl6aa6K00,431
|
|
18
18
|
rclone_api/rpath.py,sha256=8ZA_1wxWtskwcy0I8V2VbjKDmzPkiWd8Q2JQSvh-sYE,2586
|
|
19
19
|
rclone_api/scan_missing_folders.py,sha256=Kulca2Q6WZodt00ATFHkmqqInuoPvBkhTcS9703y6po,4740
|
|
@@ -25,7 +25,7 @@ rclone_api/cmd/copy_large_s3.py,sha256=-rfedi-ZzPUdCSP8ai9LRL0y1xVkvN-viQQlk8HVU
|
|
|
25
25
|
rclone_api/cmd/list_files.py,sha256=x8FHODEilwKqwdiU1jdkeJbLwOqUkUQuDWPo2u_zpf0,741
|
|
26
26
|
rclone_api/experimental/flags.py,sha256=qCVD--fSTmzlk9hloRLr0q9elzAOFzPsvVpKM3aB1Mk,2739
|
|
27
27
|
rclone_api/experimental/flags_base.py,sha256=ajU_czkTcAxXYU-SlmiCfHY7aCQGHvpCLqJ-Z8uZLk0,2102
|
|
28
|
-
rclone_api/profile/mount_copy_bytes.py,sha256=
|
|
28
|
+
rclone_api/profile/mount_copy_bytes.py,sha256=e57dGHSfiOJJcE99gJp_9JU1fvFwk9on1nC60RBl258,7793
|
|
29
29
|
rclone_api/s3/api.py,sha256=qxtRDUpHYqJ7StJRtP8U_PbF_BvYRg705568SyvF-R0,3770
|
|
30
30
|
rclone_api/s3/basic_ops.py,sha256=hK3366xhVEzEcjz9Gk_8lFx6MRceAk72cax6mUrr6ko,2104
|
|
31
31
|
rclone_api/s3/chunk_file.py,sha256=D6wM9Nuu73LNGC8JCCfevqjF3qdZ21mQxYQClFLZLMU,3726
|
|
@@ -33,9 +33,9 @@ rclone_api/s3/chunk_types.py,sha256=LbXayXY1KgVU1LkdbASD_BQ7TpVpwVnzMjtz--8LBaE,
|
|
|
33
33
|
rclone_api/s3/create.py,sha256=wgfkapv_j904CfKuWyiBIWJVxfAx_ftemFSUV14aT68,3149
|
|
34
34
|
rclone_api/s3/types.py,sha256=yBnJ38Tjk6RlydJ-sqZ7DSfyFloy8KDYJ0mv3vlOzLE,1388
|
|
35
35
|
rclone_api/s3/upload_file_multipart.py,sha256=y9azNAU8QH5Ovwz33V2HZwNmJdlFjJg-jrXLZ1gtMds,10364
|
|
36
|
-
rclone_api-1.1.
|
|
37
|
-
rclone_api-1.1.
|
|
38
|
-
rclone_api-1.1.
|
|
39
|
-
rclone_api-1.1.
|
|
40
|
-
rclone_api-1.1.
|
|
41
|
-
rclone_api-1.1.
|
|
36
|
+
rclone_api-1.1.65.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
|
37
|
+
rclone_api-1.1.65.dist-info/METADATA,sha256=CvjBh-ykqQCz4ohU69s3c6S2BuTxunosQN7r0i3xMdg,4537
|
|
38
|
+
rclone_api-1.1.65.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
|
39
|
+
rclone_api-1.1.65.dist-info/entry_points.txt,sha256=TV8kwP3FRzYwUEr0RLC7aJh0W03SAefIJNXTJ-FdMIQ,200
|
|
40
|
+
rclone_api-1.1.65.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
|
41
|
+
rclone_api-1.1.65.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|