rclone-api 1.1.16__py2.py3-none-any.whl → 1.1.17__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/s3/chunk_types.py +1 -3
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/METADATA +1 -1
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/RECORD +7 -7
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/LICENSE +0 -0
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/WHEEL +0 -0
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/entry_points.txt +0 -0
- {rclone_api-1.1.16.dist-info → rclone_api-1.1.17.dist-info}/top_level.txt +0 -0
rclone_api/s3/chunk_types.py
CHANGED
|
@@ -221,9 +221,7 @@ class UploadState:
|
|
|
221
221
|
|
|
222
222
|
def save(self) -> None:
|
|
223
223
|
with _SAVE_STATE_LOCK:
|
|
224
|
-
|
|
225
224
|
self._check_fingerprint_no_lock()
|
|
226
|
-
|
|
227
225
|
self._save_no_lock()
|
|
228
226
|
|
|
229
227
|
def _check_fingerprint_no_lock(self) -> None:
|
|
@@ -243,7 +241,7 @@ class UploadState:
|
|
|
243
241
|
curr_fingerprint = self.fingerprint()
|
|
244
242
|
if curr_fingerprint != last_upload_state.fingerprint():
|
|
245
243
|
raise ValueError(
|
|
246
|
-
f"Cannot save state, fingerprint changed from {curr_fingerprint} to {
|
|
244
|
+
f"Cannot save state, fingerprint changed from {curr_fingerprint} to {last_upload_state.fingerprint()}"
|
|
247
245
|
)
|
|
248
246
|
|
|
249
247
|
def _save_no_lock(self) -> None:
|
|
@@ -28,13 +28,13 @@ rclone_api/experimental/flags_base.py,sha256=ajU_czkTcAxXYU-SlmiCfHY7aCQGHvpCLqJ
|
|
|
28
28
|
rclone_api/s3/api.py,sha256=VstlaEnBjO2JDQuCRLdTfUGvQLbfshlXXhAzimFv4Vc,3763
|
|
29
29
|
rclone_api/s3/basic_ops.py,sha256=hK3366xhVEzEcjz9Gk_8lFx6MRceAk72cax6mUrr6ko,2104
|
|
30
30
|
rclone_api/s3/chunk_file.py,sha256=XPoDl7DJMJIGBMRoPO2wqwqCMT7ZrIsEkDqlbMH8jzs,3506
|
|
31
|
-
rclone_api/s3/chunk_types.py,sha256=
|
|
31
|
+
rclone_api/s3/chunk_types.py,sha256=rBJsMOdrcqOQ4qsV9trISOKQvLTQu6LS5eWD7G8TUiY,10369
|
|
32
32
|
rclone_api/s3/chunk_uploader.py,sha256=7Qumc2emQ-SpbnTL8PBN4ElpghnFWJfozVHPhm6LrQ4,9683
|
|
33
33
|
rclone_api/s3/create.py,sha256=SK3IGHZwsSkoG4Zb4NCphcVg9_f7VifDKng-tExMS2s,3088
|
|
34
34
|
rclone_api/s3/types.py,sha256=yBnJ38Tjk6RlydJ-sqZ7DSfyFloy8KDYJ0mv3vlOzLE,1388
|
|
35
|
-
rclone_api-1.1.
|
|
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.
|
|
35
|
+
rclone_api-1.1.17.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
|
36
|
+
rclone_api-1.1.17.dist-info/METADATA,sha256=Q5b04HnyoHbHqAVXoAPojZQ5OXVhMS38L3ZKOaxEjIw,4479
|
|
37
|
+
rclone_api-1.1.17.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
|
|
38
|
+
rclone_api-1.1.17.dist-info/entry_points.txt,sha256=6eNqTRXKhVf8CpWNjXiOa_0Du9tHiW_HD2iQSXRsUg8,132
|
|
39
|
+
rclone_api-1.1.17.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
|
40
|
+
rclone_api-1.1.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|