rclone-api 1.1.52__tar.gz → 1.1.53__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.52 → rclone_api-1.1.53}/PKG-INFO +1 -1
- {rclone_api-1.1.52 → rclone_api-1.1.53}/pyproject.toml +1 -1
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/profile/mount_copy_bytes.py +6 -6
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/rclone.py +2 -1
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.aiderignore +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.gitignore +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.pylintrc +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.vscode/launch.json +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.vscode/settings.json +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/LICENSE +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/MANIFEST.in +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/README.md +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/clean +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/install +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/lint +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/requirements.testing.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/setup.cfg +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/setup.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/cmd/copy_large_s3.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/mount.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/chunk_types.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/s3/upload_file_multipart.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/types.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/SOURCES.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/test +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_copy.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_copy_bytes.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_diff.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_ls.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_mount.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_s3.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tests/test_walk.py +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/tox.ini +0 -0
- {rclone_api-1.1.52 → rclone_api-1.1.53}/upload_package.sh +0 -0
|
@@ -175,15 +175,15 @@ def test_profile_copy_bytes(args: Args) -> None:
|
|
|
175
175
|
rclone = Rclone(config)
|
|
176
176
|
|
|
177
177
|
sizes = [
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
1024 * 1024 * 1,
|
|
179
|
+
1024 * 1024 * 2,
|
|
180
|
+
1024 * 1024 * 4,
|
|
181
|
+
1024 * 1024 * 8,
|
|
182
182
|
# 1024 * 1024 * 16,
|
|
183
183
|
# 1024 * 1024 * 32,
|
|
184
184
|
# 1024 * 1024 * 64,
|
|
185
|
-
1024 * 1024 * 128,
|
|
186
|
-
1024 * 1024 * 256,
|
|
185
|
+
# 1024 * 1024 * 128,
|
|
186
|
+
# 1024 * 1024 * 256,
|
|
187
187
|
]
|
|
188
188
|
# transfer_list = [1, 2, 4, 8, 16]
|
|
189
189
|
transfer_list = [1, 2, 4]
|
|
@@ -843,7 +843,8 @@ class Rclone:
|
|
|
843
843
|
# --max-read-ahead SizeSuffix
|
|
844
844
|
max_read_ahead = SizeSuffix(vfs_read_chunk_size.as_int())
|
|
845
845
|
|
|
846
|
-
other_args += ["--vfs-read-chunk-size", str(vfs_read_chunk_size)]
|
|
846
|
+
# other_args += ["--vfs-read-chunk-size", str(vfs_read_chunk_size)]
|
|
847
|
+
other_args += ["--vfs-read-chunk-size", str(0)]
|
|
847
848
|
other_args += ["--vfs-read-chunk-size-limit", str(vfs_read_chunk_size_limit)]
|
|
848
849
|
other_args += ["--vfs-read-chunk-streams", str(vfs_read_chunk_streams)]
|
|
849
850
|
other_args += ["--vfs-disk-space-total-size", str(vfs_disk_space_total_size)]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|