UNPKG

@uizard/nx-fast-s3-cache

Version:

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

7 lines (6 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCacheEntryPath = void 0; const path_1 = require("path"); const getCacheEntryPath = (hash, cacheDirectory) => (0, path_1.join)(cacheDirectory, hash); exports.getCacheEntryPath = getCacheEntryPath;