rclone-api 1.3.3__py2.py3-none-any.whl → 1.3.5__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 +11 -9
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/METADATA +1 -1
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/RECORD +7 -7
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/LICENSE +0 -0
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/WHEEL +0 -0
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.3.3.dist-info → rclone_api-1.3.5.dist-info}/top_level.txt +0 -0
|
@@ -213,13 +213,13 @@ def test_profile_copy_bytes(
|
|
|
213
213
|
sizes = [
|
|
214
214
|
1024 * 1024 * 1,
|
|
215
215
|
# 1024 * 1024 * 2,
|
|
216
|
-
|
|
216
|
+
1024 * 1024 * 4,
|
|
217
217
|
# 1024 * 1024 * 8,
|
|
218
|
-
|
|
218
|
+
1024 * 1024 * 16,
|
|
219
219
|
# 1024 * 1024 * 32,
|
|
220
220
|
1024 * 1024 * 64,
|
|
221
|
-
1024 * 1024 * 128,
|
|
222
|
-
|
|
221
|
+
#1024 * 1024 * 128,
|
|
222
|
+
1024 * 1024 * 256,
|
|
223
223
|
]
|
|
224
224
|
# transfer_list = [1, 2, 4, 8, 16]
|
|
225
225
|
transfer_list = transfer_list or [1, 2, 4]
|
|
@@ -253,15 +253,17 @@ def _parse_args() -> Args:
|
|
|
253
253
|
args = parser.parse_args()
|
|
254
254
|
return Args(direct_io=args.direct_io, num=args.num, size=args.size)
|
|
255
255
|
|
|
256
|
+
_SHOW_CREDS = False
|
|
256
257
|
|
|
257
258
|
def main() -> None:
|
|
258
259
|
"""Main entry point."""
|
|
259
260
|
print("Running test_profile_copy_bytes")
|
|
260
261
|
config, creds = _generate_rclone_config()
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
if _SHOW_CREDS:
|
|
263
|
+
print("Config:")
|
|
264
|
+
print(config)
|
|
265
|
+
print("Credentials:")
|
|
266
|
+
print(creds)
|
|
265
267
|
rclone = Rclone(config)
|
|
266
268
|
|
|
267
269
|
mount_root_path = Path("rclone_logs") / "mount"
|
|
@@ -269,7 +271,7 @@ def main() -> None:
|
|
|
269
271
|
shutil.rmtree(mount_root_path)
|
|
270
272
|
|
|
271
273
|
args = _parse_args()
|
|
272
|
-
transfer_list =
|
|
274
|
+
transfer_list = None
|
|
273
275
|
# parallel_workers = args.num
|
|
274
276
|
|
|
275
277
|
def task(
|
|
@@ -27,7 +27,7 @@ rclone_api/cmd/copy_large_s3.py,sha256=fYHyHq2YZT_dfMbS7SCpEeLCaWD-BU-jcpKP9eKf1
|
|
|
27
27
|
rclone_api/cmd/list_files.py,sha256=x8FHODEilwKqwdiU1jdkeJbLwOqUkUQuDWPo2u_zpf0,741
|
|
28
28
|
rclone_api/experimental/flags.py,sha256=qCVD--fSTmzlk9hloRLr0q9elzAOFzPsvVpKM3aB1Mk,2739
|
|
29
29
|
rclone_api/experimental/flags_base.py,sha256=ajU_czkTcAxXYU-SlmiCfHY7aCQGHvpCLqJ-Z8uZLk0,2102
|
|
30
|
-
rclone_api/profile/mount_copy_bytes.py,sha256=
|
|
30
|
+
rclone_api/profile/mount_copy_bytes.py,sha256=2NqCxqa5SCwpZyguAoWR9yqjvObmxy5gqkQeYbnmbJE,9066
|
|
31
31
|
rclone_api/s3/api.py,sha256=PafsIEyWDpLWAXsZAjFm9CY14vJpsDr9lOsn0kGRLZ0,4009
|
|
32
32
|
rclone_api/s3/basic_ops.py,sha256=hK3366xhVEzEcjz9Gk_8lFx6MRceAk72cax6mUrr6ko,2104
|
|
33
33
|
rclone_api/s3/chunk_task.py,sha256=plrQyjuHFdJfV55kKH4wqo6QGll9n4_7BO4B1A7j6kY,7121
|
|
@@ -35,9 +35,9 @@ rclone_api/s3/chunk_types.py,sha256=oSWv8No9V3BeM7IcGnowyR2a7YrszdAXzEJlxaeZcp0,
|
|
|
35
35
|
rclone_api/s3/create.py,sha256=wgfkapv_j904CfKuWyiBIWJVxfAx_ftemFSUV14aT68,3149
|
|
36
36
|
rclone_api/s3/types.py,sha256=Elmh__gvZJyJyElYwMmvYZIBIunDJiTRAbEg21GmsRU,1604
|
|
37
37
|
rclone_api/s3/upload_file_multipart.py,sha256=UVMTSeP98fSQdOYcCdi9tV5ZjOxRDuhZbiBbVaf-rCM,11385
|
|
38
|
-
rclone_api-1.3.
|
|
39
|
-
rclone_api-1.3.
|
|
40
|
-
rclone_api-1.3.
|
|
41
|
-
rclone_api-1.3.
|
|
42
|
-
rclone_api-1.3.
|
|
43
|
-
rclone_api-1.3.
|
|
38
|
+
rclone_api-1.3.5.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
|
39
|
+
rclone_api-1.3.5.dist-info/METADATA,sha256=TsRyMEuwiDpyJiJPnL8CJM6bGwEUDq8gIAZRPQy8fdo,4536
|
|
40
|
+
rclone_api-1.3.5.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
|
41
|
+
rclone_api-1.3.5.dist-info/entry_points.txt,sha256=TV8kwP3FRzYwUEr0RLC7aJh0W03SAefIJNXTJ-FdMIQ,200
|
|
42
|
+
rclone_api-1.3.5.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
|
43
|
+
rclone_api-1.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|