rclone-api 1.1.23__tar.gz → 1.1.24__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.23 → rclone_api-1.1.24}/PKG-INFO +1 -1
- {rclone_api-1.1.23 → rclone_api-1.1.24}/pyproject.toml +1 -1
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/cmd/copy_large_s3.py +2 -2
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/PKG-INFO +1 -1
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/SOURCES.txt +1 -1
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.aiderignore +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.github/workflows/lint.yml +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.github/workflows/push_macos.yml +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.github/workflows/push_ubuntu.yml +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.github/workflows/push_win.yml +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.gitignore +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.pylintrc +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.vscode/launch.json +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.vscode/settings.json +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/.vscode/tasks.json +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/LICENSE +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/MANIFEST.in +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/README.md +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/clean +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/install +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/lint +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/requirements.testing.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/setup.cfg +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/setup.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/__init__.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/assets/example.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/cli.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/cmd/list_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/completed_process.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/config.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/convert.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/deprecated.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/diff.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/dir.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/dir_listing.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/exec.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/experimental/flags.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/experimental/flags_base.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/file.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/filelist.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/group_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/mount.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/process.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/rclone.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/remote.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/rpath.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/api.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/basic_ops.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/chunk_file.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/chunk_types.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/chunk_uploader.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/create.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/s3/types.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/scan_missing_folders.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/types.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/util.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api/walk.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/dependency_links.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/entry_points.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/requires.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/src/rclone_api.egg-info/top_level.txt +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/test +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/archive/test_paramiko.py.disabled +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_cmd_list_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_copy.py +0 -0
- /rclone_api-1.1.23/tests/test_mounted_ranged_download.py → /rclone_api-1.1.24/tests/test_copy_file_resumable_s3.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_copy_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_diff.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_group_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_is_synced.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_ls.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_mount.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_mount_s3.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_obscure.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_rclone_config.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_remote_control.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_remotes.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_s3.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_scan_missing_folders.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_size_files.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_size_suffix.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tests/test_walk.py +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/tox.ini +0 -0
- {rclone_api-1.1.23 → rclone_api-1.1.24}/upload_package.sh +0 -0
|
@@ -39,13 +39,13 @@ def _parse_args() -> Args:
|
|
|
39
39
|
"--chunk-size",
|
|
40
40
|
help="Chunk size that will be read and uploaded in in SizeSuffix (i.e. 128M = 128 megabytes) form",
|
|
41
41
|
type=str,
|
|
42
|
-
default="
|
|
42
|
+
default="64MB",
|
|
43
43
|
)
|
|
44
44
|
parser.add_argument(
|
|
45
45
|
"--threads",
|
|
46
46
|
help="Number of threads to use per chunk",
|
|
47
47
|
type=int,
|
|
48
|
-
default=
|
|
48
|
+
default=8,
|
|
49
49
|
)
|
|
50
50
|
parser.add_argument(
|
|
51
51
|
"--write-threads",
|
|
@@ -62,6 +62,7 @@ src/rclone_api/s3/create.py
|
|
|
62
62
|
src/rclone_api/s3/types.py
|
|
63
63
|
tests/test_cmd_list_files.py
|
|
64
64
|
tests/test_copy.py
|
|
65
|
+
tests/test_copy_file_resumable_s3.py
|
|
65
66
|
tests/test_copy_files.py
|
|
66
67
|
tests/test_diff.py
|
|
67
68
|
tests/test_group_files.py
|
|
@@ -69,7 +70,6 @@ tests/test_is_synced.py
|
|
|
69
70
|
tests/test_ls.py
|
|
70
71
|
tests/test_mount.py
|
|
71
72
|
tests/test_mount_s3.py
|
|
72
|
-
tests/test_mounted_ranged_download.py
|
|
73
73
|
tests/test_obscure.py
|
|
74
74
|
tests/test_rclone_config.py
|
|
75
75
|
tests/test_remote_control.py
|
|
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
|