1
0
Fork 0

adds crc32c validation for files

pull/1935/head
Prajjwal 2024-05-17 17:33:02 +05:30
parent fc0eaea80a
commit ef01eae26e
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ export async function downloadCacheMultipartGCP(
await transferManager.downloadFileInChunks(objectName, { await transferManager.downloadFileInChunks(objectName, {
destination: archivePath, destination: archivePath,
noReturnData: true, noReturnData: true,
chunkSizeBytes: 1024 * 1024 * 8 validation: 'crc32c'
}) })
} catch (error) { } catch (error) {
core.debug(`Failed to download cache: ${error}`) core.debug(`Failed to download cache: ${error}`)