From ef2b7ca2602f7065d1500f94677f093b621123b0 Mon Sep 17 00:00:00 2001 From: Max Zinovik Date: Sun, 3 Mar 2024 08:05:33 +0100 Subject: [PATCH] samples: commented value (missing quote) --- samples/uploadManyFilesWithTransferManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/uploadManyFilesWithTransferManager.js b/samples/uploadManyFilesWithTransferManager.js index a361abd05..241c88968 100644 --- a/samples/uploadManyFilesWithTransferManager.js +++ b/samples/uploadManyFilesWithTransferManager.js @@ -33,10 +33,10 @@ function main( // const bucketName = 'your-unique-bucket-name'; // The ID of the first GCS file to download - // const firstFileName = 'your-first-file-name'; + // const firstFilePath = 'your-first-file-name'; // The ID of the second GCS file to download - // const secondFileName = 'your-second-file-name; + // const secondFilePath = 'your-second-file-name'; // Imports the Google Cloud client library const {Storage, TransferManager} = require('@google-cloud/storage');