rclone-api 1.1.13__tar.gz → 1.1.15__tar.gz
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.1.13 → rclone_api-1.1.15}/PKG-INFO +1 -1
- {rclone_api-1.1.13 → rclone_api-1.1.15}/pyproject.toml +1 -1
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/mount.py +1 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/rclone.py +6 -2
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/chunk_types.py +7 -5
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.aiderignore +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.gitignore +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.pylintrc +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.vscode/launch.json +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.vscode/settings.json +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/LICENSE +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/MANIFEST.in +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/README.md +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/clean +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/install +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/lint +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/requirements.testing.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/setup.cfg +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/setup.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/chunk_uploader.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/types.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/test +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_copy.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_diff.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_ls.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_mount.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_mounted_ranged_download.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_s3.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tests/test_walk.py +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/tox.ini +0 -0
- {rclone_api-1.1.13 → rclone_api-1.1.15}/upload_package.sh +0 -0
|
@@ -710,6 +710,10 @@ class Rclone:
|
|
|
710
710
|
"--vfs-disk-space-total-size",
|
|
711
711
|
vfs_disk_space_total_size.as_str(),
|
|
712
712
|
]
|
|
713
|
+
other_args += ["--read-only"]
|
|
714
|
+
other_args += ["--direct-io"]
|
|
715
|
+
# --vfs-cache-max-size
|
|
716
|
+
other_args += ["--vfs-cache-max-size", vfs_disk_space_total_size.as_str()]
|
|
713
717
|
mount_path = mount_path or Path("tmp_mnts") / random_str(12)
|
|
714
718
|
src_path = Path(src)
|
|
715
719
|
name = src_path.name
|
|
@@ -876,8 +880,8 @@ class Rclone:
|
|
|
876
880
|
if other_args:
|
|
877
881
|
cmd_list += other_args
|
|
878
882
|
proc = self._launch_process(cmd_list)
|
|
879
|
-
|
|
880
|
-
mount: Mount = Mount(mount_path=outdir, process=proc)
|
|
883
|
+
mount_read_only = "--read-only" in cmd_list # hint to allow fast teardown
|
|
884
|
+
mount: Mount = Mount(mount_path=outdir, process=proc, read_only=mount_read_only)
|
|
881
885
|
return mount
|
|
882
886
|
|
|
883
887
|
@contextmanager
|
|
@@ -267,13 +267,15 @@ class UploadState:
|
|
|
267
267
|
if p is not None:
|
|
268
268
|
count_non_none += 1
|
|
269
269
|
|
|
270
|
-
|
|
270
|
+
file_size_bytes = self.upload_info.file_size
|
|
271
271
|
finished_count, total = self.count()
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
272
|
+
|
|
273
|
+
total_finished_size_bytes = finished_count * self.upload_info.chunk_size
|
|
274
|
+
if finished_count == total:
|
|
275
|
+
total_finished_size_bytes = file_size_bytes
|
|
276
|
+
total_finished: SizeSuffix = SizeSuffix(total_finished_size_bytes)
|
|
275
277
|
total_remaining: SizeSuffix = SizeSuffix(
|
|
276
|
-
|
|
278
|
+
file_size_bytes - total_finished_size_bytes
|
|
277
279
|
)
|
|
278
280
|
|
|
279
281
|
# parts.sort(key=lambda x: x.part_number) # Some backends need this.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|