Skip to content

Commit

Permalink
debugging upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 12, 2024
1 parent 7a56b32 commit 6fc6d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testenv/gcputils.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ func UploadFilesToGCP(bucketName, gcpTestDir string, appList []string, uploadDir
var uploadedFiles []string
for _, key := range appList {
logf.Log.Info("Uploading file to GCP", "File name", key)
logf.Log.Info("Using bucket", "Bucket", bucketName, "Path", gcpTestDir, "Upload Dir", uploadDir)
fileLocation := filepath.Join(uploadDir, key)
fileBody, err := os.Open(fileLocation)
if err != nil {
Expand Down

0 comments on commit 6fc6d12

Please sign in to comment.