Skip to content

Commit 79d468e

Browse files
debug unit test case
1 parent e66c557 commit 79d468e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/commands/scan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,7 @@ func uploadZip(uploadsWrapper wrappers.UploadsWrapper, zipFilePath string, unzip
20962096

20972097
fmt.Println("flagResponse.Status: ", flagResponse.Status)
20982098
fmt.Println("fileInfo.Size(): ", fileInfo.Size())
2099+
fmt.Println("MaxSizeBytes: ", MaxSizeBytes)
20992100
if flagResponse.Status && fileInfo.Size() > MaxSizeBytes {
21002101
// File size >5GB, proceed with multipart upload
21012102
logger.PrintIfVerbose("File size >5GB and INCREASE_FILE_UPLOAD_LIMIT flag is enabled,hence uploading file in multiple parts...")

0 commit comments

Comments
 (0)