UNPKG

@uizard/nx-fast-s3-cache

Version:

Nx s3 cache using GNU tar, pigz and multipart s3 uploads/downloads

11 lines (10 loc) 253 B
/** * Hash suffix will be modified whenever the archiving method is beeing updated. * This will prevent incorrect cache-hits with older versions. * * Examples: * - .zip * - .tar.gz * - -v2.tar.gz */ export declare const HASH_SUFFIX = ".tar.gz";