You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
`gs://${bucketName}/${expectedFirstFilePath} downloaded to ${expectedFirstFilePath}.\ngs://${bucketName}/${expectedSecondFilePath} downloaded to ${expectedSecondFilePath}.`
66
+
`gs://${bucketName}/${firstFilePath} downloaded to ${firstFilePath}.\ngs://${bucketName}/${secondFilePath} downloaded to ${secondFilePath}.`
74
67
)
75
68
);
76
69
});
77
70
78
71
it('should download a file utilizing chunked download',async()=>{
79
-
// Remove absolute path marker to prepare for joining/validation.
To be sure the content is the same, you should try uploading the file again.`,
546
546
MD5_RESUMED_UPLOAD='MD5 cannot be used with a continued resumable upload as MD5 cannot be extended from an existing value',
547
547
MISSING_RESUME_CRC32C_FINAL_UPLOAD='The CRC32C is missing for the final portion of a resumed upload, which is required for validation. Please provide `resumeCRC32C` if validation is required, or disable `validation`.',
548
-
ABSOLUTE_FILE_NAME='Object name is an absolute path. Security block to prevent arbitrary file writes.',
549
-
TRAVERSAL_OUTSIDE_BASE='Path traversal detected. Security block to prevent writing outside the base directory.',
550
-
TRAVERSAL_OUTSIDE_BASE_DESTINATION="The provided destination path is unsafe and attempts to traverse outside the application's base directory (current working directory).",
0 commit comments