Open
Description
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 ?