if use built-in compression (LZMA, LZ4) of build pipeline, process must flow like [Compress] > [Encryption], and [Decryption] > [Decompress].
but, I want to download, just decompress and then write on disk to use every-time I need.
is there a good practice?
ps. sorry English.