You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
question on the upload script ... couldn't we e.g. use a compressed file
upload to s3 and inject an uncompression step ?
I'm playing with images with extra space (aka "0"s ) which are e.g. 14GB in
size but would compress to like 800MB with xz.
Doing the upload compressed would save so much time.
I looked at the import commands, but they do only take uncompressed vhd vhdx
and raw.
W/O changing that tooling, would it be possible to upload compressed and
execute an unxz on an s3 object ?
The text was updated successfully, but these errors were encountered:
question on the upload script ... couldn't we e.g. use a compressed file
upload to s3 and inject an uncompression step ?
I'm playing with images with extra space (aka "0"s ) which are e.g. 14GB in
size but would compress to like 800MB with xz.
Doing the upload compressed would save so much time.
I looked at the import commands, but they do only take uncompressed vhd vhdx
and raw.
W/O changing that tooling, would it be possible to upload compressed and
execute an unxz on an s3 object ?
The text was updated successfully, but these errors were encountered: