truefoundry 0.4.4rc5__py3-none-any.whl → 0.4.4rc6__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.
Potentially problematic release.
This version of truefoundry might be problematic. Click here for more details.
- truefoundry/common/tfy_signed_url_fs.py +2 -4
- {truefoundry-0.4.4rc5.dist-info → truefoundry-0.4.4rc6.dist-info}/METADATA +1 -1
- {truefoundry-0.4.4rc5.dist-info → truefoundry-0.4.4rc6.dist-info}/RECORD +5 -5
- {truefoundry-0.4.4rc5.dist-info → truefoundry-0.4.4rc6.dist-info}/WHEEL +0 -0
- {truefoundry-0.4.4rc5.dist-info → truefoundry-0.4.4rc6.dist-info}/entry_points.txt +0 -0
|
@@ -116,14 +116,12 @@ class SignedURLFileSystem(AbstractFileSystem):
|
|
|
116
116
|
remote_file_path = f"{remote_dir}/{file}"
|
|
117
117
|
self.client.upload(
|
|
118
118
|
file_path=str(local_file_path),
|
|
119
|
-
storage_uri=
|
|
119
|
+
storage_uri=remote_file_path,
|
|
120
120
|
)
|
|
121
121
|
return None
|
|
122
122
|
else:
|
|
123
123
|
# Handle single file upload
|
|
124
|
-
return self.client.upload(
|
|
125
|
-
file_path=str(local_path), storage_uri=str(Path(rpath))
|
|
126
|
-
)
|
|
124
|
+
return self.client.upload(file_path=lpath, storage_uri=rpath)
|
|
127
125
|
|
|
128
126
|
def isdir(self, path):
|
|
129
127
|
"""Is this entry directory-like?"""
|
|
@@ -35,7 +35,7 @@ truefoundry/common/exceptions.py,sha256=ePpiQ_zmWe4e94gOgeMiyP_AZnKwjEBfyXsB5ScG
|
|
|
35
35
|
truefoundry/common/request_utils.py,sha256=5xw4YGUcMf71Ncal3OfFCa-PoWDIvG3hYGCDa4Da4OI,2854
|
|
36
36
|
truefoundry/common/servicefoundry_client.py,sha256=2fxmgCM-ckFHpnm6n_mL-5Z8RWN_q-dYVvFC29bkYSg,3120
|
|
37
37
|
truefoundry/common/tfy_signed_url_client.py,sha256=zqGIG7L6roPdSSdZ5IVTIVjYsOJsWvMa8SMkYttkg70,9401
|
|
38
|
-
truefoundry/common/tfy_signed_url_fs.py,sha256=
|
|
38
|
+
truefoundry/common/tfy_signed_url_fs.py,sha256=14RJWXeXy2ADqHTfVvBtb7qtQwULxOMF8a1Jrgmgb04,7989
|
|
39
39
|
truefoundry/common/utils.py,sha256=MYFjNtHGqauqhj9tmbdErCJR49AfXDwg-5kYbBh8HpI,3258
|
|
40
40
|
truefoundry/deploy/__init__.py,sha256=ugawKF2G02EmEXX35oZ2tec12d9oWN28Sf6mtGGIERY,2281
|
|
41
41
|
truefoundry/deploy/auto_gen/models.py,sha256=4MaxkG2_5Wg6avaZRlK0D4JiVEM5rk3NU0BCiTx8VyU,82477
|
|
@@ -342,7 +342,7 @@ truefoundry/workflow/map_task.py,sha256=2m3qGXQ90k9LdS45q8dqCCECc3qr8t2m_LMCVd1m
|
|
|
342
342
|
truefoundry/workflow/python_task.py,sha256=SRXRLC4vdBqGjhkwuaY39LEWN6iPCpJAuW17URRdWTY,1128
|
|
343
343
|
truefoundry/workflow/task.py,sha256=ToitYiKcNzFCtOVQwz1W8sRjbR97eVS7vQBdbgUQtKg,1779
|
|
344
344
|
truefoundry/workflow/workflow.py,sha256=WaTqUjhwfAXDWu4E5ehuwAxrCbDJkoAf1oWmR2E9Qy0,4575
|
|
345
|
-
truefoundry-0.4.
|
|
346
|
-
truefoundry-0.4.
|
|
347
|
-
truefoundry-0.4.
|
|
348
|
-
truefoundry-0.4.
|
|
345
|
+
truefoundry-0.4.4rc6.dist-info/METADATA,sha256=YuV_hYNyXMHOBpjsQSnBnVgRt0bcj3fstht3SkKhPsQ,3146
|
|
346
|
+
truefoundry-0.4.4rc6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
347
|
+
truefoundry-0.4.4rc6.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
|
|
348
|
+
truefoundry-0.4.4rc6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|