upload: stream tarball rather than read at once

This commit is contained in:
Jörg Thalheim
2025-05-20 13:10:35 +02:00
parent a954b1b423
commit e2af063528

View File

@@ -109,7 +109,7 @@ def upload(
f"{dir_mode:o}",
],
RunOpts(
input=f.read(),
input=f,
log=Log.BOTH,
prefix=host.command_prefix,
needs_user_terminal=True,